Html Css Color HEX #CB1242 Cardinal

📋 copy color: '#CB1242'

red 203 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #CB1242

Tints of Cardinal #CB1242

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.27%

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

R = 70.73%
G = 6.27%
B = 23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB1242 (or 0xCB1242) is known color: Cardinal. HEX triplet: CB, 12 and 42. RGB value is (203,18,66). Sum of RGB (Red+Green+Blue) = 203+18+66=287 (38% of max value = 765). Red value is 203 (79.69% from 255 or 70.73% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1242 is #34EDBD. Grayscale: #4E4E4E. Windows color (decimal): -3468734 or 4330187. OLE color: 4330187.

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

Color convert

RGB 203 18 66 -
CMYK 0 0.91 0.67 0.20
HSL 344.43º 0.84% 0.43% -
HSV(B) 344.43º 0.91% 0.8% -
XYZ 25.83 13.52 6.4 -
YUV 78.79 120.79 216.6 -
System Red Green Blue C M Y K H S L
Decimal 203 18 66 0 0.91 0.67 0.20 344.43 0.84 0.43
Hex CB 12 42 0 5B 43 14 158 54 2B
Octal 313 22 102 0 133 103 24 530 124 53
Binary 11001011 10010 1000010 0 1011011 1000011 10100 101011000 1010100 101011

Color Harmonies of #CB1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1242

Black with #CB1242

Text Example


Text Example

White with #CB1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1242; }

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

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

background-color css

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

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

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

border-color css

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

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

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