Html Css Color HEX #C41F2E Cardinal

📋 copy color: '#C41F2E'

red 196 ◦ green 31 ◦ blue 46

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

Shades of Cardinal #C41F2E

Tints of Cardinal #C41F2E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.36%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 71.79%
G = 11.36%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C41F2E (or 0xC41F2E) is known color: Cardinal. HEX triplet: C4, 1F and 2E. RGB value is (196,31,46). Sum of RGB (Red+Green+Blue) = 196+31+46=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 31 (12.5% from 255 or 11.36% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F2E is #3BE0D1. Grayscale: #525252. Windows color (decimal): -3924178 or 3022788. OLE color: 3022788.

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

Color convert

RGB 196 31 46 -
CMYK 0 0.84 0.77 0.23
HSL 354.55º 0.73% 0.45% -
HSV(B) 354.55º 0.84% 0.77% -
XYZ 23.75 12.91 3.83 -
YUV 82.05 107.66 209.28 -
System Red Green Blue C M Y K H S L
Decimal 196 31 46 0 0.84 0.77 0.23 354.55 0.73 0.45
Hex C4 1F 2E 0 54 4D 17 163 49 2D
Octal 304 37 56 0 124 115 27 543 111 55
Binary 11000100 11111 101110 0 1010100 1001101 10111 101100011 1001001 101101

Color Harmonies of #C41F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F2E

Black with #C41F2E

Text Example


Text Example

White with #C41F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F2E; }

 p { color: rgb(196,31,46); }

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

background-color css

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

 a { background-color: rgb(196,31,46); }

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

border-color css

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

 span { border-color: rgb(196,31,46); }

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