Html Css Color HEX #C8040D Venetian Red

📋 copy color: '#C8040D'

red 200 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #C8040D

Tints of Venetian Red #C8040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 92.17%
G = 1.84%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8040D (or 0xC8040D) is known color: Venetian Red. HEX triplet: C8, 04 and 0D. RGB value is (200,4,13). Sum of RGB (Red+Green+Blue) = 200+4+13=217 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.17% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 13 (5.47% from 255 or 5.99% from 217); Max value from RGB is 200 - color contains mainly: red. Hex color #C8040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8040D is #37FBF2. Grayscale: #3F3F3F. Windows color (decimal): -3668979 or 853192. OLE color: 853192.

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

Color convert

RGB 200 4 13 -
CMYK 0 0.98 0.94 0.22
HSL 357.24º 0.96% 0.4% -
HSV(B) 357.24º 0.98% 0.78% -
XYZ 23.94 12.4 1.51 -
YUV 63.63 99.43 225.27 -
System Red Green Blue C M Y K H S L
Decimal 200 4 13 0 0.98 0.94 0.22 357.24 0.96 0.4
Hex C8 4 D 0 62 5E 16 165 60 28
Octal 310 4 15 0 142 136 26 545 140 50
Binary 11001000 100 1101 0 1100010 1011110 10110 101100101 1100000 101000

Color Harmonies of #C8040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8040D

Black with #C8040D

Text Example


Text Example

White with #C8040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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