Html Css Color HEX #C41834 Cardinal

📋 copy color: '#C41834'

red 196 ◦ green 24 ◦ blue 52

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

Shades of Cardinal #C41834

Tints of Cardinal #C41834

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

 BLUE value IS 52 (20.7% from 255) = 19.12%

R = 72.06%
G = 8.82%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41834 (or 0xC41834) is known color: Cardinal. HEX triplet: C4, 18 and 34. RGB value is (196,24,52). Sum of RGB (Red+Green+Blue) = 196+24+52=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 52 (20.70% from 255 or 19.12% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C41834 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41834 is #3BE7CB. Grayscale: #4E4E4E. Windows color (decimal): -3925964 or 3414212. OLE color: 3414212.

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

Color convert

RGB 196 24 52 -
CMYK 0 0.88 0.73 0.23
HSL 350.23º 0.78% 0.43% -
HSV(B) 350.23º 0.88% 0.77% -
XYZ 23.71 12.64 4.44 -
YUV 78.62 112.98 211.72 -
System Red Green Blue C M Y K H S L
Decimal 196 24 52 0 0.88 0.73 0.23 350.23 0.78 0.43
Hex C4 18 34 0 58 49 17 15E 4E 2B
Octal 304 30 64 0 130 111 27 536 116 53
Binary 11000100 11000 110100 0 1011000 1001001 10111 101011110 1001110 101011

Color Harmonies of #C41834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41834

Black with #C41834

Text Example


Text Example

White with #C41834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41834; }

 p { color: rgb(196,24,52); }

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

background-color css

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

 a { background-color: rgb(196,24,52); }

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

border-color css

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

 span { border-color: rgb(196,24,52); }

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