Html Css Color HEX #C41E44 Cardinal

📋 copy color: '#C41E44'

red 196 ◦ green 30 ◦ blue 68

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

Shades of Cardinal #C41E44

Tints of Cardinal #C41E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 66.67%
G = 10.2%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C41E44 (or 0xC41E44) is known color: Cardinal. HEX triplet: C4, 1E and 44. RGB value is (196,30,68). Sum of RGB (Red+Green+Blue) = 196+30+68=294 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.67% from 294); Green value is 30 (12.11% from 255 or 10.20% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 196 - color contains mainly: red. Hex color #C41E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41E44 is #3BE1BB. Grayscale: #535353. Windows color (decimal): -3924412 or 4464324. OLE color: 4464324.

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

Color convert

RGB 196 30 68 -
CMYK 0 0.85 0.65 0.23
HSL 346.27º 0.73% 0.44% -
HSV(B) 346.27º 0.85% 0.77% -
XYZ 24.27 13.08 6.71 -
YUV 83.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 196 30 68 0 0.85 0.65 0.23 346.27 0.73 0.44
Hex C4 1E 44 0 55 41 17 15A 49 2C
Octal 304 36 104 0 125 101 27 532 111 54
Binary 11000100 11110 1000100 0 1010101 1000001 10111 101011010 1001001 101100

Color Harmonies of #C41E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41E44

Black with #C41E44

Text Example


Text Example

White with #C41E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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