Html Css Color HEX #CB0324 Venetian Red

📋 copy color: '#CB0324'

red 203 ◦ green 3 ◦ blue 36

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

Shades of Venetian Red #CB0324

Tints of Venetian Red #CB0324

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 83.88%
G = 1.24%
B = 14.88%

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

#CB0324 (or 0xCB0324) is known color: Venetian Red. HEX triplet: CB, 03 and 24. RGB value is (203,3,36). Sum of RGB (Red+Green+Blue) = 203+3+36=242 (32% of max value = 765). Red value is 203 (79.69% from 255 or 83.88% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 36 (14.45% from 255 or 14.88% from 242); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0324 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0324 is #34FCDB. Grayscale: #424242. Windows color (decimal): -3472604 or 2360267. OLE color: 2360267.

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

Color convert

RGB 203 3 36 -
CMYK 0 0.99 0.82 0.20
HSL 350.1º 0.97% 0.4% -
HSV(B) 350.1º 0.99% 0.8% -
XYZ 24.98 12.89 2.84 -
YUV 66.56 110.76 225.32 -
System Red Green Blue C M Y K H S L
Decimal 203 3 36 0 0.99 0.82 0.20 350.1 0.97 0.4
Hex CB 3 24 0 63 52 14 15E 61 28
Octal 313 3 44 0 143 122 24 536 141 50
Binary 11001011 11 100100 0 1100011 1010010 10100 101011110 1100001 101000

Color Harmonies of #CB0324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0324

Black with #CB0324

Text Example


Text Example

White with #CB0324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0324; }

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

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

background-color css

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

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

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

border-color css

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

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

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