Html Css Color HEX #C40142 Cardinal

📋 copy color: '#C40142'

red 196 ◦ green 1 ◦ blue 66

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

Shades of Cardinal #C40142

Tints of Cardinal #C40142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.1%

R = 74.52%
G = 0.38%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C40142 (or 0xC40142) is known color: Cardinal. HEX triplet: C4, 01 and 42. RGB value is (196,1,66). Sum of RGB (Red+Green+Blue) = 196+1+66=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C40142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40142 is #3BFEBD. Grayscale: #424242. Windows color (decimal): -3931838 or 4325828. OLE color: 4325828.

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

Color convert

RGB 196 1 66 -
CMYK 0 0.99 0.66 0.23
HSL 340º 0.99% 0.39% -
HSV(B) 340º 0.99% 0.77% -
XYZ 23.76 12.15 6.25 -
YUV 66.72 127.6 220.21 -
System Red Green Blue C M Y K H S L
Decimal 196 1 66 0 0.99 0.66 0.23 340 0.99 0.39
Hex C4 1 42 0 63 42 17 154 63 27
Octal 304 1 102 0 143 102 27 524 143 47
Binary 11000100 1 1000010 0 1100011 1000010 10111 101010100 1100011 100111

Color Harmonies of #C40142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40142

Black with #C40142

Text Example


Text Example

White with #C40142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40142; }

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

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

background-color css

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

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

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

border-color css

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

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

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