Html Css Color HEX #CB0224 Venetian Red

📋 copy color: '#CB0224'

red 203 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #CB0224

Tints of Venetian Red #CB0224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.94%

R = 84.23%
G = 0.83%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB0224 (or 0xCB0224) is known color: Venetian Red. HEX triplet: CB, 02 and 24. RGB value is (203,2,36). Sum of RGB (Red+Green+Blue) = 203+2+36=241 (31% of max value = 765). Red value is 203 (79.69% from 255 or 84.23% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 36 (14.45% from 255 or 14.94% from 241); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0224 is #34FDDB. Grayscale: #424242. Windows color (decimal): -3472860 or 2360011. OLE color: 2360011.

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

Color convert

RGB 203 2 36 -
CMYK 0 0.99 0.82 0.20
HSL 349.85º 0.98% 0.4% -
HSV(B) 349.85º 0.99% 0.8% -
XYZ 24.97 12.87 2.84 -
YUV 65.98 111.09 225.74 -
System Red Green Blue C M Y K H S L
Decimal 203 2 36 0 0.99 0.82 0.20 349.85 0.98 0.4
Hex CB 2 24 0 63 52 14 15E 62 28
Octal 313 2 44 0 143 122 24 536 142 50
Binary 11001011 10 100100 0 1100011 1010010 10100 101011110 1100010 101000

Color Harmonies of #CB0224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0224

Black with #CB0224

Text Example


Text Example

White with #CB0224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0224; }

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

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

background-color css

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

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

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

border-color css

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

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

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