Html Css Color HEX #CB1536 Cardinal

📋 copy color: '#CB1536'

red 203 ◦ green 21 ◦ blue 54

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

Shades of Cardinal #CB1536

Tints of Cardinal #CB1536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 73.02%
G = 7.55%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB1536 (or 0xCB1536) is known color: Cardinal. HEX triplet: CB, 15 and 36. RGB value is (203,21,54). Sum of RGB (Red+Green+Blue) = 203+21+54=278 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.02% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1536 is #34EAC9. Grayscale: #4F4F4F. Windows color (decimal): -3467978 or 3544523. OLE color: 3544523.

HSL color Cylindrical-coordinate representation of color #CB1536: hue angle of 349.12º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB1536 is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 21 54 -
CMYK 0 0.90 0.73 0.20
HSL 349.12º 0.81% 0.44% -
HSV(B) 349.12º 0.9% 0.8% -
XYZ 25.56 13.5 4.75 -
YUV 79.18 113.8 216.32 -
System Red Green Blue C M Y K H S L
Decimal 203 21 54 0 0.90 0.73 0.20 349.12 0.81 0.44
Hex CB 15 36 0 5A 49 14 15D 51 2C
Octal 313 25 66 0 132 111 24 535 121 54
Binary 11001011 10101 110110 0 1011010 1001001 10100 101011101 1010001 101100

Color Harmonies of #CB1536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1536

Black with #CB1536

Text Example


Text Example

White with #CB1536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1536; }

 p { color: rgb(203,21,54); }

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

background-color css

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

 a { background-color: rgb(203,21,54); }

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

border-color css

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

 span { border-color: rgb(203,21,54); }

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