Html Css Color HEX #C40340 Cardinal

📋 copy color: '#C40340'

red 196 ◦ green 3 ◦ blue 64

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

Shades of Cardinal #C40340

Tints of Cardinal #C40340

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.14%

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

R = 74.52%
G = 1.14%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C40340 (or 0xC40340) is known color: Cardinal. HEX triplet: C4, 03 and 40. RGB value is (196,3,64). Sum of RGB (Red+Green+Blue) = 196+3+64=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C40340 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40340 is #3BFCBF. Grayscale: #434343. Windows color (decimal): -3931328 or 4195268. OLE color: 4195268.

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

Color convert

RGB 196 3 64 -
CMYK 0 0.98 0.67 0.23
HSL 341.04º 0.97% 0.39% -
HSV(B) 341.04º 0.98% 0.77% -
XYZ 23.72 12.17 5.95 -
YUV 67.66 125.94 219.54 -
System Red Green Blue C M Y K H S L
Decimal 196 3 64 0 0.98 0.67 0.23 341.04 0.97 0.39
Hex C4 3 40 0 62 43 17 155 61 27
Octal 304 3 100 0 142 103 27 525 141 47
Binary 11000100 11 1000000 0 1100010 1000011 10111 101010101 1100001 100111

Color Harmonies of #C40340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40340

Black with #C40340

Text Example


Text Example

White with #C40340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40340; }

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

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

background-color css

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

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

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

border-color css

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

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

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