Html Css Color HEX #CB040C Venetian Red

📋 copy color: '#CB040C'

red 203 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #CB040C

Tints of Venetian Red #CB040C

RGB

 RED value IS 203 (79.69% from 255) = 92.69%

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

 BLUE value IS 12 (5.08% from 255) = 5.48%

R = 92.69%
G = 1.83%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB040C (or 0xCB040C) is known color: Venetian Red. HEX triplet: CB, 04 and 0C. RGB value is (203,4,12). Sum of RGB (Red+Green+Blue) = 203+4+12=219 (29% of max value = 765). Red value is 203 (79.69% from 255 or 92.69% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 203 - color contains mainly: red. Hex color #CB040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB040C is #34FBF3. Grayscale: #404040. Windows color (decimal): -3472372 or 787659. OLE color: 787659.

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

Color convert

RGB 203 4 12 -
CMYK 0 0.98 0.94 0.20
HSL 357.59º 0.96% 0.41% -
HSV(B) 357.59º 0.98% 0.8% -
XYZ 24.74 12.81 1.52 -
YUV 64.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 203 4 12 0 0.98 0.94 0.20 357.59 0.96 0.41
Hex CB 4 C 0 62 5E 14 166 60 29
Octal 313 4 14 0 142 136 24 546 140 51
Binary 11001011 100 1100 0 1100010 1011110 10100 101100110 1100000 101001

Color Harmonies of #CB040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB040C

Black with #CB040C

Text Example


Text Example

White with #CB040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB040C; }

 p { color: rgb(203,4,12); }

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

background-color css

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

 a { background-color: rgb(203,4,12); }

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

border-color css

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

 span { border-color: rgb(203,4,12); }

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