Html Css Color HEX #CA1F39 Cardinal

📋 copy color: '#CA1F39'

red 202 ◦ green 31 ◦ blue 57

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

Shades of Cardinal #CA1F39

Tints of Cardinal #CA1F39

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.69%

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

R = 69.66%
G = 10.69%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA1F39 (or 0xCA1F39) is known color: Cardinal. HEX triplet: CA, 1F and 39. RGB value is (202,31,57). Sum of RGB (Red+Green+Blue) = 202+31+57=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1F39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1F39 is #35E0C6. Grayscale: #555555. Windows color (decimal): -3530951 or 3743690. OLE color: 3743690.

HSL color Cylindrical-coordinate representation of color #CA1F39: hue angle of 350.88º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1F39 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 31 57 -
CMYK 0 0.85 0.72 0.21
HSL 350.88º 0.73% 0.46% -
HSV(B) 350.88º 0.85% 0.79% -
XYZ 25.59 13.83 5.19 -
YUV 85.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 202 31 57 0 0.85 0.72 0.21 350.88 0.73 0.46
Hex CA 1F 39 0 55 48 15 15F 49 2E
Octal 312 37 71 0 125 110 25 537 111 56
Binary 11001010 11111 111001 0 1010101 1001000 10101 101011111 1001001 101110

Color Harmonies of #CA1F39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1F39

Black with #CA1F39

Text Example


Text Example

White with #CA1F39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1F39; }

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

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

background-color css

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

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

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

border-color css

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

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

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