Html Css Color HEX #CA1A2E Cardinal

📋 copy color: '#CA1A2E'

red 202 ◦ green 26 ◦ blue 46

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

Shades of Cardinal #CA1A2E

Tints of Cardinal #CA1A2E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

 BLUE value IS 46 (18.36% from 255) = 16.79%

R = 73.72%
G = 9.49%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA1A2E (or 0xCA1A2E) is known color: Cardinal. HEX triplet: CA, 1A and 2E. RGB value is (202,26,46). Sum of RGB (Red+Green+Blue) = 202+26+46=274 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.72% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA1A2E is #35E5D1. Grayscale: #515151. Windows color (decimal): -3532242 or 3021514. OLE color: 3021514.

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

Color convert

RGB 202 26 46 -
CMYK 0 0.87 0.77 0.21
HSL 353.18º 0.77% 0.45% -
HSV(B) 353.18º 0.87% 0.79% -
XYZ 25.22 13.49 3.86 -
YUV 80.9 108.31 214.37 -
System Red Green Blue C M Y K H S L
Decimal 202 26 46 0 0.87 0.77 0.21 353.18 0.77 0.45
Hex CA 1A 2E 0 57 4D 15 161 4D 2D
Octal 312 32 56 0 127 115 25 541 115 55
Binary 11001010 11010 101110 0 1010111 1001101 10101 101100001 1001101 101101

Color Harmonies of #CA1A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA1A2E

Black with #CA1A2E

Text Example


Text Example

White with #CA1A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA1A2E; }

 p { color: rgb(202,26,46); }

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

background-color css

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

 a { background-color: rgb(202,26,46); }

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

border-color css

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

 span { border-color: rgb(202,26,46); }

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