Html Css Color HEX #CA1237 Cardinal

📋 copy color: '#CA1237'

red 202 ◦ green 18 ◦ blue 55

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

Shades of Cardinal #CA1237

Tints of Cardinal #CA1237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20%

R = 73.45%
G = 6.55%
B = 20%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA1237 (or 0xCA1237) is known color: Cardinal. HEX triplet: CA, 12 and 37. RGB value is (202,18,55). Sum of RGB (Red+Green+Blue) = 202+18+55=275 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.45% from 275); Green value is 18 (7.42% from 255 or 6.55% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1237 is #35EDC8. Grayscale: #4D4D4D. Windows color (decimal): -3534281 or 3609290. OLE color: 3609290.

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

Color convert

RGB 202 18 55 -
CMYK 0 0.91 0.73 0.21
HSL 347.93º 0.84% 0.43% -
HSV(B) 347.93º 0.91% 0.79% -
XYZ 25.26 13.27 4.84 -
YUV 77.23 115.46 216.99 -
System Red Green Blue C M Y K H S L
Decimal 202 18 55 0 0.91 0.73 0.21 347.93 0.84 0.43
Hex CA 12 37 0 5B 49 15 15C 54 2B
Octal 312 22 67 0 133 111 25 534 124 53
Binary 11001010 10010 110111 0 1011011 1001001 10101 101011100 1010100 101011

Color Harmonies of #CA1237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1237

Black with #CA1237

Text Example


Text Example

White with #CA1237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1237; }

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

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

background-color css

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

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

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

border-color css

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

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

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