Html Css Color HEX #C41635 Cardinal

📋 copy color: '#C41635'

red 196 ◦ green 22 ◦ blue 53

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

Shades of Cardinal #C41635

Tints of Cardinal #C41635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 72.32%
G = 8.12%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C41635 (or 0xC41635) is known color: Cardinal. HEX triplet: C4, 16 and 35. RGB value is (196,22,53). Sum of RGB (Red+Green+Blue) = 196+22+53=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C41635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41635 is #3BE9CA. Grayscale: #4D4D4D. Windows color (decimal): -3926475 or 3479236. OLE color: 3479236.

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

Color convert

RGB 196 22 53 -
CMYK 0 0.89 0.73 0.23
HSL 349.31º 0.8% 0.43% -
HSV(B) 349.31º 0.89% 0.77% -
XYZ 23.69 12.57 4.54 -
YUV 77.56 114.15 212.48 -
System Red Green Blue C M Y K H S L
Decimal 196 22 53 0 0.89 0.73 0.23 349.31 0.8 0.43
Hex C4 16 35 0 59 49 17 15D 50 2B
Octal 304 26 65 0 131 111 27 535 120 53
Binary 11000100 10110 110101 0 1011001 1001001 10111 101011101 1010000 101011

Color Harmonies of #C41635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41635

Black with #C41635

Text Example


Text Example

White with #C41635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41635; }

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

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

background-color css

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

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

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

border-color css

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

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

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