Html Css Color HEX #C8040B Venetian Red

📋 copy color: '#C8040B'

red 200 ◦ green 4 ◦ blue 11

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

Shades of Venetian Red #C8040B

Tints of Venetian Red #C8040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.12%

R = 93.02%
G = 1.86%
B = 5.12%

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

#C8040B (or 0xC8040B) is known color: Venetian Red. HEX triplet: C8, 04 and 0B. RGB value is (200,4,11). Sum of RGB (Red+Green+Blue) = 200+4+11=215 (28% of max value = 765). Red value is 200 (78.52% from 255 or 93.02% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 200 - color contains mainly: red. Hex color #C8040B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C8040B is #37FBF4. Grayscale: #3F3F3F. Windows color (decimal): -3668981 or 722120. OLE color: 722120.

HSL color Cylindrical-coordinate representation of color #C8040B: hue angle of 357.86º 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 #C8040B is Cyan = 0, Magento = 0.98, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 4 11 -
CMYK 0 0.98 0.94 0.22
HSL 357.86º 0.96% 0.4% -
HSV(B) 357.86º 0.98% 0.78% -
XYZ 23.92 12.39 1.45 -
YUV 63.4 98.43 225.43 -
System Red Green Blue C M Y K H S L
Decimal 200 4 11 0 0.98 0.94 0.22 357.86 0.96 0.4
Hex C8 4 B 0 62 5E 16 166 60 28
Octal 310 4 13 0 142 136 26 546 140 50
Binary 11001000 100 1011 0 1100010 1011110 10110 101100110 1100000 101000

Color Harmonies of #C8040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8040B

Black with #C8040B

Text Example


Text Example

White with #C8040B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8040B; }

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

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

background-color css

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

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

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

border-color css

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

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

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