Html Css Color HEX #CB0C31 Cardinal

📋 copy color: '#CB0C31'

red 203 ◦ green 12 ◦ blue 49

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

Shades of Cardinal #CB0C31

Tints of Cardinal #CB0C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.56%

R = 76.89%
G = 4.55%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.20

RGB Variations

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

Color information

#CB0C31 (or 0xCB0C31) is known color: Cardinal. HEX triplet: CB, 0C and 31. RGB value is (203,12,49). Sum of RGB (Red+Green+Blue) = 203+12+49=264 (34% of max value = 765). Red value is 203 (79.69% from 255 or 76.89% from 264); Green value is 12 (5.08% from 255 or 4.55% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 203 - color contains mainly: red. Hex color #CB0C31 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB0C31 is #34F3CE. Grayscale: #494949. Windows color (decimal): -3470287 or 3214539. OLE color: 3214539.

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

Color convert

RGB 203 12 49 -
CMYK 0 0.94 0.76 0.20
HSL 348.38º 0.89% 0.42% -
HSV(B) 348.38º 0.94% 0.8% -
XYZ 25.31 13.18 4.12 -
YUV 73.33 114.28 220.49 -
System Red Green Blue C M Y K H S L
Decimal 203 12 49 0 0.94 0.76 0.20 348.38 0.89 0.42
Hex CB C 31 0 5E 4C 14 15C 59 2A
Octal 313 14 61 0 136 114 24 534 131 52
Binary 11001011 1100 110001 0 1011110 1001100 10100 101011100 1011001 101010

Color Harmonies of #CB0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB0C31

Black with #CB0C31

Text Example


Text Example

White with #CB0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB0C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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