Html Css Color HEX #CB0205 Venetian Red

📋 copy color: '#CB0205'

red 203 ◦ green 2 ◦ blue 5

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

Shades of Venetian Red #CB0205

Tints of Venetian Red #CB0205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 96.67%
G = 0.95%
B = 2.38%

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

#CB0205 (or 0xCB0205) is known color: Venetian Red. HEX triplet: CB, 02 and 05. RGB value is (203,2,5). Sum of RGB (Red+Green+Blue) = 203+2+5=210 (27% of max value = 765). Red value is 203 (79.69% from 255 or 96.67% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0205 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0205 is #34FDFA. Grayscale: #3E3E3E. Windows color (decimal): -3472891 or 328395. OLE color: 328395.

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

Color convert

RGB 203 2 5 -
CMYK 0 0.99 0.98 0.20
HSL 359.1º 0.98% 0.4% -
HSV(B) 359.1º 0.99% 0.8% -
XYZ 24.68 12.75 1.3 -
YUV 62.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 203 2 5 0 0.99 0.98 0.20 359.1 0.98 0.4
Hex CB 2 5 0 63 62 14 167 62 28
Octal 313 2 5 0 143 142 24 547 142 50
Binary 11001011 10 101 0 1100011 1100010 10100 101100111 1100010 101000

Color Harmonies of #CB0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0205

Black with #CB0205

Text Example


Text Example

White with #CB0205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0205; }

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

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

background-color css

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

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

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

border-color css

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

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

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