Html Css Color HEX #CB0204 Venetian Red

📋 copy color: '#CB0204'

red 203 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #CB0204

Tints of Venetian Red #CB0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.96%

 BLUE value IS 4 (1.95% from 255) = 1.91%

R = 97.13%
G = 0.96%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CB0204 (or 0xCB0204) is known color: Venetian Red. HEX triplet: CB, 02 and 04. RGB value is (203,2,4). Sum of RGB (Red+Green+Blue) = 203+2+4=209 (27% of max value = 765). Red value is 203 (79.69% from 255 or 97.13% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0204 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0204 is #34FDFB. Grayscale: #3E3E3E. Windows color (decimal): -3472892 or 262859. OLE color: 262859.

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

Color convert

RGB 203 2 4 -
CMYK 0 0.99 0.98 0.20
HSL 359.4º 0.98% 0.4% -
HSV(B) 359.4º 0.99% 0.8% -
XYZ 24.67 12.75 1.28 -
YUV 62.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 203 2 4 0 0.99 0.98 0.20 359.4 0.98 0.4
Hex CB 2 4 0 63 62 14 167 62 28
Octal 313 2 4 0 143 142 24 547 142 50
Binary 11001011 10 100 0 1100011 1100010 10100 101100111 1100010 101000

Color Harmonies of #CB0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0204

Black with #CB0204

Text Example


Text Example

White with #CB0204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0204; }

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

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

background-color css

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

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

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

border-color css

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

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

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