Html Css Color HEX #C40240 Cardinal

📋 copy color: '#C40240'

red 196 ◦ green 2 ◦ blue 64

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

Shades of Cardinal #C40240

Tints of Cardinal #C40240

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.76%

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

R = 74.81%
G = 0.76%
B = 24.43%

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

#C40240 (or 0xC40240) is known color: Cardinal. HEX triplet: C4, 02 and 40. RGB value is (196,2,64). Sum of RGB (Red+Green+Blue) = 196+2+64=262 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.81% from 262); Green value is 2 (1.17% from 255 or 0.76% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 196 - color contains mainly: red. Hex color #C40240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40240 is #3BFDBF. Grayscale: #434343. Windows color (decimal): -3931584 or 4195012. OLE color: 4195012.

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

Color convert

RGB 196 2 64 -
CMYK 0 0.99 0.67 0.23
HSL 340.82º 0.98% 0.39% -
HSV(B) 340.82º 0.99% 0.77% -
XYZ 23.71 12.15 5.95 -
YUV 67.07 126.27 219.96 -
System Red Green Blue C M Y K H S L
Decimal 196 2 64 0 0.99 0.67 0.23 340.82 0.98 0.39
Hex C4 2 40 0 63 43 17 155 62 27
Octal 304 2 100 0 143 103 27 525 142 47
Binary 11000100 10 1000000 0 1100011 1000011 10111 101010101 1100010 100111

Color Harmonies of #C40240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40240

Black with #C40240

Text Example


Text Example

White with #C40240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40240; }

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

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

background-color css

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

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

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

border-color css

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

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

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