Html Css Color HEX #C41341 Cardinal

📋 copy color: '#C41341'

red 196 ◦ green 19 ◦ blue 65

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

Shades of Cardinal #C41341

Tints of Cardinal #C41341

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

 BLUE value IS 65 (25.78% from 255) = 23.21%

R = 70%
G = 6.79%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41341 (or 0xC41341) is known color: Cardinal. HEX triplet: C4, 13 and 41. RGB value is (196,19,65). Sum of RGB (Red+Green+Blue) = 196+19+65=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C41341 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41341 is #3BECBE. Grayscale: #4D4D4D. Windows color (decimal): -3927231 or 4264900. OLE color: 4264900.

HSL color Cylindrical-coordinate representation of color #C41341: hue angle of 344.41º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41341 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 19 65 -
CMYK 0 0.90 0.67 0.23
HSL 344.41º 0.82% 0.42% -
HSV(B) 344.41º 0.9% 0.77% -
XYZ 23.95 12.58 6.17 -
YUV 77.17 121.14 212.76 -
System Red Green Blue C M Y K H S L
Decimal 196 19 65 0 0.90 0.67 0.23 344.41 0.82 0.42
Hex C4 13 41 0 5A 43 17 158 52 2A
Octal 304 23 101 0 132 103 27 530 122 52
Binary 11000100 10011 1000001 0 1011010 1000011 10111 101011000 1010010 101010

Color Harmonies of #C41341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41341

Black with #C41341

Text Example


Text Example

White with #C41341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41341; }

 p { color: rgb(196,19,65); }

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

background-color css

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

 a { background-color: rgb(196,19,65); }

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

border-color css

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

 span { border-color: rgb(196,19,65); }

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