Html Css Color HEX #C41C2D Cardinal

📋 copy color: '#C41C2D'

red 196 ◦ green 28 ◦ blue 45

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

Shades of Cardinal #C41C2D

Tints of Cardinal #C41C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

 BLUE value IS 45 (17.97% from 255) = 16.73%

R = 72.86%
G = 10.41%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C41C2D (or 0xC41C2D) is known color: Cardinal. HEX triplet: C4, 1C and 2D. RGB value is (196,28,45). Sum of RGB (Red+Green+Blue) = 196+28+45=269 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.86% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 196 - color contains mainly: red. Hex color #C41C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41C2D is #3BE3D2. Grayscale: #505050. Windows color (decimal): -3924947 or 2956484. OLE color: 2956484.

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

Color convert

RGB 196 28 45 -
CMYK 0 0.86 0.77 0.23
HSL 353.93º 0.75% 0.44% -
HSV(B) 353.93º 0.86% 0.77% -
XYZ 23.65 12.76 3.7 -
YUV 80.17 108.16 210.62 -
System Red Green Blue C M Y K H S L
Decimal 196 28 45 0 0.86 0.77 0.23 353.93 0.75 0.44
Hex C4 1C 2D 0 56 4D 17 162 4B 2C
Octal 304 34 55 0 126 115 27 542 113 54
Binary 11000100 11100 101101 0 1010110 1001101 10111 101100010 1001011 101100

Color Harmonies of #C41C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41C2D

Black with #C41C2D

Text Example


Text Example

White with #C41C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41C2D; }

 p { color: rgb(196,28,45); }

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

background-color css

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

 a { background-color: rgb(196,28,45); }

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

border-color css

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

 span { border-color: rgb(196,28,45); }

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