Html Css Color HEX #C8000D Venetian Red

📋 copy color: '#C8000D'

red 200 ◦ green 0 ◦ blue 13

#C8000D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #C8000D

Tints of Venetian Red #C8000D

RGB

 RED value IS 200 (78.52% from 255) = 93.9%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 6.1%

R = 93.9%
G = 0%
B = 6.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C8000D (or 0xC8000D) is known color: Venetian Red. HEX triplet: C8, 00 and 0D. RGB value is (200,0,13). Sum of RGB (Red+Green+Blue) = 200+0+13=213 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.90% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 200 - color contains mainly: red. Hex color #C8000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8000D is #37FFF2. Grayscale: #3D3D3D. Windows color (decimal): -3670003 or 852168. OLE color: 852168.

HSL color Cylindrical-coordinate representation of color #C8000D: hue angle of 356.1º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C8000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 0 13 -
CMYK 0 1 0.94 0.22
HSL 356.1º 1% 0.39% -
HSV(B) 356.1º 1% 0.78% -
XYZ 23.89 12.31 1.5 -
YUV 61.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 200 0 13 0 1 0.94 0.22 356.1 1 0.39
Hex C8 0 D 0 64 5E 16 164 64 27
Octal 310 0 15 0 144 136 26 544 144 47
Binary 11001000 0 1101 0 1100100 1011110 10110 101100100 1100100 100111

Color Harmonies of #C8000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8000D

Black with #C8000D

Text Example


Text Example

White with #C8000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8000D; }

 p { color: rgb(200,0,13); }

 H1.HeaderClassName
 {
   color: #C8000D;
 }
 .AnyTagClassName
 {
   color: #C8000D;
 }
</style>

background-color css

<style>
 a { background-color: #C8000D; }

 a { background-color: rgb(200,0,13); }

 div.DivClassName
 {
   background-color: #C8000D;
 }
 .BgClassName
 {
   background-color: #C8000D;
 }
</style>

border-color css

<style>
 span { border-color: #C8000D; }

 span { border-color: rgb(200,0,13); }

 td.TdClassName
 {
   border-color: #C8000D;
 }
 .TagClassName
 {
   border-color: #C8000D;
 }
</style>