Html Css Color HEX #C40140 Cardinal

📋 copy color: '#C40140'

red 196 ◦ green 1 ◦ blue 64

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

Shades of Cardinal #C40140

Tints of Cardinal #C40140

RGB

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

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

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

R = 75.1%
G = 0.38%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C40140 (or 0xC40140) is known color: Cardinal. HEX triplet: C4, 01 and 40. RGB value is (196,1,64). Sum of RGB (Red+Green+Blue) = 196+1+64=261 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.10% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 196 - color contains mainly: red. Hex color #C40140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40140 is #3BFEBF. Grayscale: #424242. Windows color (decimal): -3931840 or 4194756. OLE color: 4194756.

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

Color convert

RGB 196 1 64 -
CMYK 0 0.99 0.67 0.23
HSL 340.62º 0.99% 0.39% -
HSV(B) 340.62º 0.99% 0.77% -
XYZ 23.7 12.13 5.94 -
YUV 66.49 126.6 220.38 -
System Red Green Blue C M Y K H S L
Decimal 196 1 64 0 0.99 0.67 0.23 340.62 0.99 0.39
Hex C4 1 40 0 63 43 17 155 63 27
Octal 304 1 100 0 143 103 27 525 143 47
Binary 11000100 1 1000000 0 1100011 1000011 10111 101010101 1100011 100111

Color Harmonies of #C40140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40140

Black with #C40140

Text Example


Text Example

White with #C40140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40140; }

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

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

background-color css

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

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

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

border-color css

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

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

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