Html Css Color HEX #C40139 Cardinal

📋 copy color: '#C40139'

red 196 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #C40139

Tints of Cardinal #C40139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 22.44%

R = 77.17%
G = 0.39%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C40139 (or 0xC40139) is known color: Cardinal. HEX triplet: C4, 01 and 39. RGB value is (196,1,57). Sum of RGB (Red+Green+Blue) = 196+1+57=254 (33% of max value = 765). Red value is 196 (76.95% from 255 or 77.17% from 254); Green value is 1 (0.78% from 255 or 0.39% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 196 - color contains mainly: red. Hex color #C40139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40139 is #3BFEC6. Grayscale: #414141. Windows color (decimal): -3931847 or 3736004. OLE color: 3736004.

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

Color convert

RGB 196 1 57 -
CMYK 0 0.99 0.71 0.23
HSL 342.77º 0.99% 0.39% -
HSV(B) 342.77º 0.99% 0.77% -
XYZ 23.51 12.05 4.96 -
YUV 65.69 123.1 220.95 -
System Red Green Blue C M Y K H S L
Decimal 196 1 57 0 0.99 0.71 0.23 342.77 0.99 0.39
Hex C4 1 39 0 63 47 17 157 63 27
Octal 304 1 71 0 143 107 27 527 143 47
Binary 11000100 1 111001 0 1100011 1000111 10111 101010111 1100011 100111

Color Harmonies of #C40139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40139

Black with #C40139

Text Example


Text Example

White with #C40139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40139; }

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

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

background-color css

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

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

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

border-color css

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

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

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