Html Css Color HEX #CB0C33 Cardinal

📋 copy color: '#CB0C33'

red 203 ◦ green 12 ◦ blue 51

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

Shades of Cardinal #CB0C33

Tints of Cardinal #CB0C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.51%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 76.32%
G = 4.51%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB0C33 (or 0xCB0C33) is known color: Cardinal. HEX triplet: CB, 0C and 33. RGB value is (203,12,51). Sum of RGB (Red+Green+Blue) = 203+12+51=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 12 (5.08% from 255 or 4.51% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C33 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C33 is #34F3CC. Grayscale: #494949. Windows color (decimal): -3470285 or 3345611. OLE color: 3345611.

HSL color Cylindrical-coordinate representation of color #CB0C33: hue angle of 347.75º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB0C33 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 12 51 -
CMYK 0 0.94 0.75 0.20
HSL 347.75º 0.89% 0.42% -
HSV(B) 347.75º 0.94% 0.8% -
XYZ 25.36 13.2 4.34 -
YUV 73.56 115.28 220.33 -
System Red Green Blue C M Y K H S L
Decimal 203 12 51 0 0.94 0.75 0.20 347.75 0.89 0.42
Hex CB C 33 0 5E 4B 14 15C 59 2A
Octal 313 14 63 0 136 113 24 534 131 52
Binary 11001011 1100 110011 0 1011110 1001011 10100 101011100 1011001 101010

Color Harmonies of #CB0C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C33

Black with #CB0C33

Text Example


Text Example

White with #CB0C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C33; }

 p { color: rgb(203,12,51); }

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

background-color css

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

 a { background-color: rgb(203,12,51); }

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

border-color css

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

 span { border-color: rgb(203,12,51); }

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