Html Css Color HEX #C41A2F Cardinal

📋 copy color: '#C41A2F'

red 196 ◦ green 26 ◦ blue 47

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

Shades of Cardinal #C41A2F

Tints of Cardinal #C41A2F

RGB

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

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

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

R = 72.86%
G = 9.67%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C41A2F (or 0xC41A2F) is known color: Cardinal. HEX triplet: C4, 1A and 2F. RGB value is (196,26,47). Sum of RGB (Red+Green+Blue) = 196+26+47=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41A2F is #3BE5D0. Grayscale: #4F4F4F. Windows color (decimal): -3925457 or 3087044. OLE color: 3087044.

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

Color convert

RGB 196 26 47 -
CMYK 0 0.87 0.76 0.23
HSL 352.59º 0.77% 0.44% -
HSV(B) 352.59º 0.87% 0.77% -
XYZ 23.65 12.68 3.89 -
YUV 79.22 109.82 211.29 -
System Red Green Blue C M Y K H S L
Decimal 196 26 47 0 0.87 0.76 0.23 352.59 0.77 0.44
Hex C4 1A 2F 0 57 4C 17 161 4D 2C
Octal 304 32 57 0 127 114 27 541 115 54
Binary 11000100 11010 101111 0 1010111 1001100 10111 101100001 1001101 101100

Color Harmonies of #C41A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A2F

Black with #C41A2F

Text Example


Text Example

White with #C41A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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