Html Css Color HEX #C41B40 Cardinal

📋 copy color: '#C41B40'

red 196 ◦ green 27 ◦ blue 64

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

Shades of Cardinal #C41B40

Tints of Cardinal #C41B40

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.41%

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

R = 68.29%
G = 9.41%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C41B40 (or 0xC41B40) is known color: Cardinal. HEX triplet: C4, 1B and 40. RGB value is (196,27,64). Sum of RGB (Red+Green+Blue) = 196+27+64=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C41B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C41B40 is #3BE4BF. Grayscale: #515151. Windows color (decimal): -3925184 or 4201412. OLE color: 4201412.

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

Color convert

RGB 196 27 64 -
CMYK 0 0.86 0.67 0.23
HSL 346.86º 0.76% 0.44% -
HSV(B) 346.86º 0.86% 0.77% -
XYZ 24.08 12.89 6.07 -
YUV 81.75 117.99 209.49 -
System Red Green Blue C M Y K H S L
Decimal 196 27 64 0 0.86 0.67 0.23 346.86 0.76 0.44
Hex C4 1B 40 0 56 43 17 15B 4C 2C
Octal 304 33 100 0 126 103 27 533 114 54
Binary 11000100 11011 1000000 0 1010110 1000011 10111 101011011 1001100 101100

Color Harmonies of #C41B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41B40

Black with #C41B40

Text Example


Text Example

White with #C41B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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