Html Css Color HEX #CA212D Cardinal

📋 copy color: '#CA212D'

red 202 ◦ green 33 ◦ blue 45

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

Shades of Cardinal #CA212D

Tints of Cardinal #CA212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.79%

 BLUE value IS 45 (17.97% from 255) = 16.07%

R = 72.14%
G = 11.79%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CA212D (or 0xCA212D) is known color: Cardinal. HEX triplet: CA, 21 and 2D. RGB value is (202,33,45). Sum of RGB (Red+Green+Blue) = 202+33+45=280 (37% of max value = 765). Red value is 202 (79.30% from 255 or 72.14% from 280); Green value is 33 (13.28% from 255 or 11.79% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 202 - color contains mainly: red. Hex color #CA212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA212D is #35DED2. Grayscale: #555555. Windows color (decimal): -3530451 or 2957770. OLE color: 2957770.

HSL color Cylindrical-coordinate representation of color #CA212D: hue angle of 355.74º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA212D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 33 45 -
CMYK 0 0.84 0.78 0.21
HSL 355.74º 0.72% 0.46% -
HSV(B) 355.74º 0.84% 0.79% -
XYZ 25.37 13.83 3.82 -
YUV 84.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 202 33 45 0 0.84 0.78 0.21 355.74 0.72 0.46
Hex CA 21 2D 0 54 4E 15 164 48 2E
Octal 312 41 55 0 124 116 25 544 110 56
Binary 11001010 100001 101101 0 1010100 1001110 10101 101100100 1001000 101110

Color Harmonies of #CA212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA212D

Black with #CA212D

Text Example


Text Example

White with #CA212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA212D; }

 p { color: rgb(202,33,45); }

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

background-color css

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

 a { background-color: rgb(202,33,45); }

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

border-color css

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

 span { border-color: rgb(202,33,45); }

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