Html Css Color HEX #CB1532 Cardinal

📋 copy color: '#CB1532'

red 203 ◦ green 21 ◦ blue 50

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

Shades of Cardinal #CB1532

Tints of Cardinal #CB1532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 18.25%

R = 74.09%
G = 7.66%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#CB1532 (or 0xCB1532) is known color: Cardinal. HEX triplet: CB, 15 and 32. RGB value is (203,21,50). Sum of RGB (Red+Green+Blue) = 203+21+50=274 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.09% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1532 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1532 is #34EACD. Grayscale: #4E4E4E. Windows color (decimal): -3467982 or 3282379. OLE color: 3282379.

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

Color convert

RGB 203 21 50 -
CMYK 0 0.90 0.75 0.20
HSL 350.44º 0.81% 0.44% -
HSV(B) 350.44º 0.9% 0.8% -
XYZ 25.47 13.46 4.27 -
YUV 78.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 203 21 50 0 0.90 0.75 0.20 350.44 0.81 0.44
Hex CB 15 32 0 5A 4B 14 15E 51 2C
Octal 313 25 62 0 132 113 24 536 121 54
Binary 11001011 10101 110010 0 1011010 1001011 10100 101011110 1010001 101100

Color Harmonies of #CB1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1532

Black with #CB1532

Text Example


Text Example

White with #CB1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1532; }

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

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

background-color css

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

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

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

border-color css

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

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

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