Html Css Color HEX #C4172F Cardinal

📋 copy color: '#C4172F'

red 196 ◦ green 23 ◦ blue 47

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

Shades of Cardinal #C4172F

Tints of Cardinal #C4172F

RGB

 RED value IS 196 (76.95% from 255) = 73.68%

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

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

R = 73.68%
G = 8.65%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4172F (or 0xC4172F) is known color: Cardinal. HEX triplet: C4, 17 and 2F. RGB value is (196,23,47). Sum of RGB (Red+Green+Blue) = 196+23+47=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 23 (9.38% from 255 or 8.65% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C4172F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4172F is #3BE8D0. Grayscale: #4D4D4D. Windows color (decimal): -3926225 or 3086276. OLE color: 3086276.

HSL color Cylindrical-coordinate representation of color #C4172F: hue angle of 351.68º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C4172F is Cyan = 0, Magento = 0.88, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 23 47 -
CMYK 0 0.88 0.76 0.23
HSL 351.68º 0.79% 0.43% -
HSV(B) 351.68º 0.88% 0.77% -
XYZ 23.58 12.55 3.87 -
YUV 77.46 110.81 212.55 -
System Red Green Blue C M Y K H S L
Decimal 196 23 47 0 0.88 0.76 0.23 351.68 0.79 0.43
Hex C4 17 2F 0 58 4C 17 160 4F 2B
Octal 304 27 57 0 130 114 27 540 117 53
Binary 11000100 10111 101111 0 1011000 1001100 10111 101100000 1001111 101011

Color Harmonies of #C4172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4172F

Black with #C4172F

Text Example


Text Example

White with #C4172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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