Html Css Color HEX #CA1E3E Cardinal

📋 copy color: '#CA1E3E'

red 202 ◦ green 30 ◦ blue 62

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

Shades of Cardinal #CA1E3E

Tints of Cardinal #CA1E3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.09%

R = 68.71%
G = 10.2%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA1E3E (or 0xCA1E3E) is known color: Cardinal. HEX triplet: CA, 1E and 3E. RGB value is (202,30,62). Sum of RGB (Red+Green+Blue) = 202+30+62=294 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.71% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 62 (24.61% from 255 or 21.09% from 294); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1E3E is #35E1C1. Grayscale: #555555. Windows color (decimal): -3531202 or 4071114. OLE color: 4071114.

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

Color convert

RGB 202 30 62 -
CMYK 0 0.85 0.69 0.21
HSL 348.84º 0.74% 0.45% -
HSV(B) 348.84º 0.85% 0.79% -
XYZ 25.69 13.83 5.87 -
YUV 85.08 114.98 211.4 -
System Red Green Blue C M Y K H S L
Decimal 202 30 62 0 0.85 0.69 0.21 348.84 0.74 0.45
Hex CA 1E 3E 0 55 45 15 15D 4A 2D
Octal 312 36 76 0 125 105 25 535 112 55
Binary 11001010 11110 111110 0 1010101 1000101 10101 101011101 1001010 101101

Color Harmonies of #CA1E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1E3E

Black with #CA1E3E

Text Example


Text Example

White with #CA1E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1E3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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