Html Css Color HEX #CB1842 Cardinal

📋 copy color: '#CB1842'

red 203 ◦ green 24 ◦ blue 66

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

Shades of Cardinal #CB1842

Tints of Cardinal #CB1842

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.19%

 BLUE value IS 66 (26.17% from 255) = 22.53%

R = 69.28%
G = 8.19%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB1842 (or 0xCB1842) is known color: Cardinal. HEX triplet: CB, 18 and 42. RGB value is (203,24,66). Sum of RGB (Red+Green+Blue) = 203+24+66=293 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.28% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1842 is #34E7BD. Grayscale: #525252. Windows color (decimal): -3467198 or 4331723. OLE color: 4331723.

HSL color Cylindrical-coordinate representation of color #CB1842: hue angle of 345.92º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CB1842 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 24 66 -
CMYK 0 0.88 0.67 0.20
HSL 345.92º 0.79% 0.45% -
HSV(B) 345.92º 0.88% 0.8% -
XYZ 25.94 13.74 6.44 -
YUV 82.31 118.8 214.08 -
System Red Green Blue C M Y K H S L
Decimal 203 24 66 0 0.88 0.67 0.20 345.92 0.79 0.45
Hex CB 18 42 0 58 43 14 15A 4F 2D
Octal 313 30 102 0 130 103 24 532 117 55
Binary 11001011 11000 1000010 0 1011000 1000011 10100 101011010 1001111 101101

Color Harmonies of #CB1842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1842

Black with #CB1842

Text Example


Text Example

White with #CB1842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1842; }

 p { color: rgb(203,24,66); }

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

background-color css

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

 a { background-color: rgb(203,24,66); }

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

border-color css

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

 span { border-color: rgb(203,24,66); }

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