Html Css Color HEX #CA212F Cardinal

📋 copy color: '#CA212F'

red 202 ◦ green 33 ◦ blue 47

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

Shades of Cardinal #CA212F

Tints of Cardinal #CA212F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.67%

R = 71.63%
G = 11.7%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA212F (or 0xCA212F) is known color: Cardinal. HEX triplet: CA, 21 and 2F. RGB value is (202,33,47). Sum of RGB (Red+Green+Blue) = 202+33+47=282 (37% of max value = 765). Red value is 202 (79.30% from 255 or 71.63% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 202 - color contains mainly: red. Hex color #CA212F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA212F is #35DED0. Grayscale: #555555. Windows color (decimal): -3530449 or 3088842. OLE color: 3088842.

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

Color convert

RGB 202 33 47 -
CMYK 0 0.84 0.77 0.21
HSL 355.03º 0.72% 0.46% -
HSV(B) 355.03º 0.84% 0.79% -
XYZ 25.41 13.85 4.02 -
YUV 85.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 202 33 47 0 0.84 0.77 0.21 355.03 0.72 0.46
Hex CA 21 2F 0 54 4D 15 163 48 2E
Octal 312 41 57 0 124 115 25 543 110 56
Binary 11001010 100001 101111 0 1010100 1001101 10101 101100011 1001000 101110

Color Harmonies of #CA212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA212F

Black with #CA212F

Text Example


Text Example

White with #CA212F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA212F; }

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

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

background-color css

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

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

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

border-color css

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

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

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