Html Css Color HEX #CA1431 Cardinal

📋 copy color: '#CA1431'

red 202 ◦ green 20 ◦ blue 49

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

Shades of Cardinal #CA1431

Tints of Cardinal #CA1431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.38%

 BLUE value IS 49 (19.53% from 255) = 18.08%

R = 74.54%
G = 7.38%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CA1431 (or 0xCA1431) is known color: Cardinal. HEX triplet: CA, 14 and 31. RGB value is (202,20,49). Sum of RGB (Red+Green+Blue) = 202+20+49=271 (35% of max value = 765). Red value is 202 (79.30% from 255 or 74.54% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA1431 is #35EBCE. Grayscale: #4D4D4D. Windows color (decimal): -3533775 or 3216586. OLE color: 3216586.

HSL color Cylindrical-coordinate representation of color #CA1431: hue angle of 350.44º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA1431 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 20 49 -
CMYK 0 0.90 0.76 0.21
HSL 350.44º 0.82% 0.44% -
HSV(B) 350.44º 0.9% 0.79% -
XYZ 25.16 13.28 4.14 -
YUV 77.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 202 20 49 0 0.90 0.76 0.21 350.44 0.82 0.44
Hex CA 14 31 0 5A 4C 15 15E 52 2C
Octal 312 24 61 0 132 114 25 536 122 54
Binary 11001010 10100 110001 0 1011010 1001100 10101 101011110 1010010 101100

Color Harmonies of #CA1431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1431

Black with #CA1431

Text Example


Text Example

White with #CA1431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1431; }

 p { color: rgb(202,20,49); }

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

background-color css

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

 a { background-color: rgb(202,20,49); }

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

border-color css

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

 span { border-color: rgb(202,20,49); }

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