Html Css Color HEX #CA1E40 Cardinal

📋 copy color: '#CA1E40'

red 202 ◦ green 30 ◦ blue 64

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

Shades of Cardinal #CA1E40

Tints of Cardinal #CA1E40

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.14%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 68.24%
G = 10.14%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CA1E40 (or 0xCA1E40) is known color: Cardinal. HEX triplet: CA, 1E and 40. RGB value is (202,30,64). Sum of RGB (Red+Green+Blue) = 202+30+64=296 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.24% from 296); Green value is 30 (12.11% from 255 or 10.14% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E40 is #35E1BF. Grayscale: #555555. Windows color (decimal): -3531200 or 4202186. OLE color: 4202186.

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

Color convert

RGB 202 30 64 -
CMYK 0 0.85 0.68 0.21
HSL 348.14º 0.74% 0.45% -
HSV(B) 348.14º 0.85% 0.79% -
XYZ 25.75 13.86 6.17 -
YUV 85.3 115.98 211.24 -
System Red Green Blue C M Y K H S L
Decimal 202 30 64 0 0.85 0.68 0.21 348.14 0.74 0.45
Hex CA 1E 40 0 55 44 15 15C 4A 2D
Octal 312 36 100 0 125 104 25 534 112 55
Binary 11001010 11110 1000000 0 1010101 1000100 10101 101011100 1001010 101101

Color Harmonies of #CA1E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E40

Black with #CA1E40

Text Example


Text Example

White with #CA1E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E40; }

 p { color: rgb(202,30,64); }

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

background-color css

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

 a { background-color: rgb(202,30,64); }

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

border-color css

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

 span { border-color: rgb(202,30,64); }

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