Html Css Color HEX #CA172F Cardinal

📋 copy color: '#CA172F'

red 202 ◦ green 23 ◦ blue 47

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

Shades of Cardinal #CA172F

Tints of Cardinal #CA172F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.46%

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

R = 74.26%
G = 8.46%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.21

RGB Variations

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

Color information

#CA172F (or 0xCA172F) is known color: Cardinal. HEX triplet: CA, 17 and 2F. RGB value is (202,23,47). Sum of RGB (Red+Green+Blue) = 202+23+47=272 (36% of max value = 765). Red value is 202 (79.30% from 255 or 74.26% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 202 - color contains mainly: red. Hex color #CA172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CA172F is #35E8D0. Grayscale: #4F4F4F. Windows color (decimal): -3533009 or 3086282. OLE color: 3086282.

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

Color convert

RGB 202 23 47 -
CMYK 0 0.89 0.77 0.21
HSL 351.96º 0.8% 0.44% -
HSV(B) 351.96º 0.89% 0.79% -
XYZ 25.18 13.37 3.94 -
YUV 79.26 109.8 215.55 -
System Red Green Blue C M Y K H S L
Decimal 202 23 47 0 0.89 0.77 0.21 351.96 0.8 0.44
Hex CA 17 2F 0 59 4D 15 160 50 2C
Octal 312 27 57 0 131 115 25 540 120 54
Binary 11001010 10111 101111 0 1011001 1001101 10101 101100000 1010000 101100

Color Harmonies of #CA172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA172F

Black with #CA172F

Text Example


Text Example

White with #CA172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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