Html Css Color HEX #CA1242 Cardinal

📋 copy color: '#CA1242'

red 202 ◦ green 18 ◦ blue 66

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

Shades of Cardinal #CA1242

Tints of Cardinal #CA1242

RGB

 RED value IS 202 (79.3% from 255) = 70.63%

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

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

R = 70.63%
G = 6.29%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#CA1242 (or 0xCA1242) is known color: Cardinal. HEX triplet: CA, 12 and 42. RGB value is (202,18,66). Sum of RGB (Red+Green+Blue) = 202+18+66=286 (37% of max value = 765). Red value is 202 (79.30% from 255 or 70.63% from 286); Green value is 18 (7.42% from 255 or 6.29% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1242 is #35EDBD. Grayscale: #4E4E4E. Windows color (decimal): -3534270 or 4330186. OLE color: 4330186.

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

Color convert

RGB 202 18 66 -
CMYK 0 0.91 0.67 0.21
HSL 344.35º 0.84% 0.43% -
HSV(B) 344.35º 0.91% 0.79% -
XYZ 25.56 13.38 6.39 -
YUV 78.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 202 18 66 0 0.91 0.67 0.21 344.35 0.84 0.43
Hex CA 12 42 0 5B 43 15 158 54 2B
Octal 312 22 102 0 133 103 25 530 124 53
Binary 11001010 10010 1000010 0 1011011 1000011 10101 101011000 1010100 101011

Color Harmonies of #CA1242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1242

Black with #CA1242

Text Example


Text Example

White with #CA1242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1242; }

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

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

background-color css

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

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

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

border-color css

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

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

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