Html Css Color HEX #CA1239 Cardinal

📋 copy color: '#CA1239'

red 202 ◦ green 18 ◦ blue 57

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

Shades of Cardinal #CA1239

Tints of Cardinal #CA1239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.58%

R = 72.92%
G = 6.5%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA1239 (or 0xCA1239) is known color: Cardinal. HEX triplet: CA, 12 and 39. RGB value is (202,18,57). Sum of RGB (Red+Green+Blue) = 202+18+57=277 (36% of max value = 765). Red value is 202 (79.30% from 255 or 72.92% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1239 is #35EDC6. Grayscale: #4D4D4D. Windows color (decimal): -3534279 or 3740362. OLE color: 3740362.

HSL color Cylindrical-coordinate representation of color #CA1239: hue angle of 347.28º 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 #CA1239 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 18 57 -
CMYK 0 0.91 0.72 0.21
HSL 347.28º 0.84% 0.43% -
HSV(B) 347.28º 0.91% 0.79% -
XYZ 25.31 13.28 5.1 -
YUV 77.46 116.46 216.83 -
System Red Green Blue C M Y K H S L
Decimal 202 18 57 0 0.91 0.72 0.21 347.28 0.84 0.43
Hex CA 12 39 0 5B 48 15 15B 54 2B
Octal 312 22 71 0 133 110 25 533 124 53
Binary 11001010 10010 111001 0 1011011 1001000 10101 101011011 1010100 101011

Color Harmonies of #CA1239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1239

Black with #CA1239

Text Example


Text Example

White with #CA1239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1239; }

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

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

background-color css

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

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

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

border-color css

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

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

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