Html Css Color HEX #C41340 Cardinal

📋 copy color: '#C41340'

red 196 ◦ green 19 ◦ blue 64

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

Shades of Cardinal #C41340

Tints of Cardinal #C41340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.94%

R = 70.25%
G = 6.81%
B = 22.94%

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

#C41340 (or 0xC41340) is known color: Cardinal. HEX triplet: C4, 13 and 40. RGB value is (196,19,64). Sum of RGB (Red+Green+Blue) = 196+19+64=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C41340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C41340 is #3BECBF. Grayscale: #4D4D4D. Windows color (decimal): -3927232 or 4199364. OLE color: 4199364.

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

Color convert

RGB 196 19 64 -
CMYK 0 0.90 0.67 0.23
HSL 344.75º 0.82% 0.42% -
HSV(B) 344.75º 0.9% 0.77% -
XYZ 23.92 12.57 6.02 -
YUV 77.05 120.64 212.84 -
System Red Green Blue C M Y K H S L
Decimal 196 19 64 0 0.90 0.67 0.23 344.75 0.82 0.42
Hex C4 13 40 0 5A 43 17 159 52 2A
Octal 304 23 100 0 132 103 27 531 122 52
Binary 11000100 10011 1000000 0 1011010 1000011 10111 101011001 1010010 101010

Color Harmonies of #C41340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41340

Black with #C41340

Text Example


Text Example

White with #C41340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41340; }

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

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

background-color css

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

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

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

border-color css

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

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

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