Html Css Color HEX #C41E35 Cardinal

📋 copy color: '#C41E35'

red 196 ◦ green 30 ◦ blue 53

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

Shades of Cardinal #C41E35

Tints of Cardinal #C41E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.75%

 BLUE value IS 53 (21.09% from 255) = 19%

R = 70.25%
G = 10.75%
B = 19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41E35 (or 0xC41E35) is known color: Cardinal. HEX triplet: C4, 1E and 35. RGB value is (196,30,53). Sum of RGB (Red+Green+Blue) = 196+30+53=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E35 is #3BE1CA. Grayscale: #525252. Windows color (decimal): -3924427 or 3481284. OLE color: 3481284.

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

Color convert

RGB 196 30 53 -
CMYK 0 0.85 0.73 0.23
HSL 351.69º 0.73% 0.44% -
HSV(B) 351.69º 0.85% 0.77% -
XYZ 23.87 12.92 4.6 -
YUV 82.26 111.5 209.13 -
System Red Green Blue C M Y K H S L
Decimal 196 30 53 0 0.85 0.73 0.23 351.69 0.73 0.44
Hex C4 1E 35 0 55 49 17 160 49 2C
Octal 304 36 65 0 125 111 27 540 111 54
Binary 11000100 11110 110101 0 1010101 1001001 10111 101100000 1001001 101100

Color Harmonies of #C41E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E35

Black with #C41E35

Text Example


Text Example

White with #C41E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E35; }

 p { color: rgb(196,30,53); }

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

background-color css

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

 a { background-color: rgb(196,30,53); }

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

border-color css

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

 span { border-color: rgb(196,30,53); }

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