Html Css Color HEX #CB0821 Venetian Red

📋 copy color: '#CB0821'

red 203 ◦ green 8 ◦ blue 33

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

Shades of Venetian Red #CB0821

Tints of Venetian Red #CB0821

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.28%

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 83.2%
G = 3.28%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB0821 (or 0xCB0821) is known color: Venetian Red. HEX triplet: CB, 08 and 21. RGB value is (203,8,33). Sum of RGB (Red+Green+Blue) = 203+8+33=244 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.20% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0821 is #34F7DE. Grayscale: #454545. Windows color (decimal): -3471327 or 2164939. OLE color: 2164939.

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

Color convert

RGB 203 8 33 -
CMYK 0 0.96 0.84 0.20
HSL 352.31º 0.92% 0.41% -
HSV(B) 352.31º 0.96% 0.8% -
XYZ 24.99 12.98 2.63 -
YUV 69.16 107.6 223.47 -
System Red Green Blue C M Y K H S L
Decimal 203 8 33 0 0.96 0.84 0.20 352.31 0.92 0.41
Hex CB 8 21 0 60 54 14 160 5C 29
Octal 313 10 41 0 140 124 24 540 134 51
Binary 11001011 1000 100001 0 1100000 1010100 10100 101100000 1011100 101001

Color Harmonies of #CB0821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0821

Black with #CB0821

Text Example


Text Example

White with #CB0821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0821; }

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

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

background-color css

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

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

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

border-color css

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

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

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