Html Css Color HEX #C41F35 Cardinal

📋 copy color: '#C41F35'

red 196 ◦ green 31 ◦ blue 53

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

Shades of Cardinal #C41F35

Tints of Cardinal #C41F35

RGB

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

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

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

R = 70%
G = 11.07%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41F35 (or 0xC41F35) is known color: Cardinal. HEX triplet: C4, 1F and 35. RGB value is (196,31,53). Sum of RGB (Red+Green+Blue) = 196+31+53=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 53 (21.09% from 255 or 18.93% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C41F35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41F35 is #3BE0CA. Grayscale: #525252. Windows color (decimal): -3924171 or 3481540. OLE color: 3481540.

HSL color Cylindrical-coordinate representation of color #C41F35: hue angle of 352º 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 #C41F35 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 31 53 -
CMYK 0 0.84 0.73 0.23
HSL 352º 0.73% 0.45% -
HSV(B) 352º 0.84% 0.77% -
XYZ 23.9 12.97 4.61 -
YUV 82.84 111.16 208.71 -
System Red Green Blue C M Y K H S L
Decimal 196 31 53 0 0.84 0.73 0.23 352 0.73 0.45
Hex C4 1F 35 0 54 49 17 160 49 2D
Octal 304 37 65 0 124 111 27 540 111 55
Binary 11000100 11111 110101 0 1010100 1001001 10111 101100000 1001001 101101

Color Harmonies of #C41F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41F35

Black with #C41F35

Text Example


Text Example

White with #C41F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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