Html Css Color HEX #CB0208 Venetian Red

📋 copy color: '#CB0208'

red 203 ◦ green 2 ◦ blue 8

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

Shades of Venetian Red #CB0208

Tints of Venetian Red #CB0208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.76%

R = 95.31%
G = 0.94%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#CB0208 (or 0xCB0208) is known color: Venetian Red. HEX triplet: CB, 02 and 08. RGB value is (203,2,8). Sum of RGB (Red+Green+Blue) = 203+2+8=213 (28% of max value = 765). Red value is 203 (79.69% from 255 or 95.31% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 8 (3.52% from 255 or 3.76% from 213); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0208 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB0208 is #34FDF7. Grayscale: #3E3E3E. Windows color (decimal): -3472888 or 525003. OLE color: 525003.

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

Color convert

RGB 203 2 8 -
CMYK 0 0.99 0.96 0.20
HSL 358.21º 0.98% 0.4% -
HSV(B) 358.21º 0.99% 0.8% -
XYZ 24.69 12.76 1.39 -
YUV 62.78 97.09 228.01 -
System Red Green Blue C M Y K H S L
Decimal 203 2 8 0 0.99 0.96 0.20 358.21 0.98 0.4
Hex CB 2 8 0 63 60 14 166 62 28
Octal 313 2 10 0 143 140 24 546 142 50
Binary 11001011 10 1000 0 1100011 1100000 10100 101100110 1100010 101000

Color Harmonies of #CB0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0208

Black with #CB0208

Text Example


Text Example

White with #CB0208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0208; }

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

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

background-color css

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

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

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

border-color css

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

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

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