Html Css Color HEX #CA1C3E Cardinal

📋 copy color: '#CA1C3E'

red 202 ◦ green 28 ◦ blue 62

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

Shades of Cardinal #CA1C3E

Tints of Cardinal #CA1C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.59%

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

R = 69.18%
G = 9.59%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA1C3E (or 0xCA1C3E) is known color: Cardinal. HEX triplet: CA, 1C and 3E. RGB value is (202,28,62). Sum of RGB (Red+Green+Blue) = 202+28+62=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 28 (11.33% from 255 or 9.59% from 292); Blue value is 62 (24.61% from 255 or 21.23% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1C3E is #35E3C1. Grayscale: #535353. Windows color (decimal): -3531714 or 4070602. OLE color: 4070602.

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

Color convert

RGB 202 28 62 -
CMYK 0 0.86 0.69 0.21
HSL 348.28º 0.76% 0.45% -
HSV(B) 348.28º 0.86% 0.79% -
XYZ 25.64 13.73 5.86 -
YUV 83.9 115.65 212.24 -
System Red Green Blue C M Y K H S L
Decimal 202 28 62 0 0.86 0.69 0.21 348.28 0.76 0.45
Hex CA 1C 3E 0 56 45 15 15C 4C 2D
Octal 312 34 76 0 126 105 25 534 114 55
Binary 11001010 11100 111110 0 1010110 1000101 10101 101011100 1001100 101101

Color Harmonies of #CA1C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1C3E

Black with #CA1C3E

Text Example


Text Example

White with #CA1C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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