Html Css Color HEX #C40137 Cardinal

📋 copy color: '#C40137'

red 196 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #C40137

Tints of Cardinal #C40137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 55 (21.88% from 255) = 21.83%

R = 77.78%
G = 0.4%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C40137 (or 0xC40137) is known color: Cardinal. HEX triplet: C4, 01 and 37. RGB value is (196,1,55). Sum of RGB (Red+Green+Blue) = 196+1+55=252 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.78% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 55 (21.88% from 255 or 21.83% from 252); Max value from RGB is 196 - color contains mainly: red. Hex color #C40137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40137 is #3BFEC8. Grayscale: #414141. Windows color (decimal): -3931849 or 3604932. OLE color: 3604932.

HSL color Cylindrical-coordinate representation of color #C40137: hue angle of 343.38º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C40137 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 1 55 -
CMYK 0 0.99 0.72 0.23
HSL 343.38º 0.99% 0.39% -
HSV(B) 343.38º 0.99% 0.77% -
XYZ 23.47 12.03 4.7 -
YUV 65.46 122.1 221.11 -
System Red Green Blue C M Y K H S L
Decimal 196 1 55 0 0.99 0.72 0.23 343.38 0.99 0.39
Hex C4 1 37 0 63 48 17 157 63 27
Octal 304 1 67 0 143 110 27 527 143 47
Binary 11000100 1 110111 0 1100011 1001000 10111 101010111 1100011 100111

Color Harmonies of #C40137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40137

Black with #C40137

Text Example


Text Example

White with #C40137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40137; }

 p { color: rgb(196,1,55); }

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

background-color css

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

 a { background-color: rgb(196,1,55); }

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

border-color css

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

 span { border-color: rgb(196,1,55); }

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