Html Css Color HEX #C40343 Cardinal

📋 copy color: '#C40343'

red 196 ◦ green 3 ◦ blue 67

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

Shades of Cardinal #C40343

Tints of Cardinal #C40343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.19%

R = 73.68%
G = 1.13%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C40343 (or 0xC40343) is known color: Cardinal. HEX triplet: C4, 03 and 43. RGB value is (196,3,67). Sum of RGB (Red+Green+Blue) = 196+3+67=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 67 (26.56% from 255 or 25.19% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C40343 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40343 is #3BFCBC. Grayscale: #434343. Windows color (decimal): -3931325 or 4391876. OLE color: 4391876.

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

Color convert

RGB 196 3 67 -
CMYK 0 0.98 0.66 0.23
HSL 340.1º 0.97% 0.39% -
HSV(B) 340.1º 0.98% 0.77% -
XYZ 23.81 12.21 6.41 -
YUV 68 127.44 219.3 -
System Red Green Blue C M Y K H S L
Decimal 196 3 67 0 0.98 0.66 0.23 340.1 0.97 0.39
Hex C4 3 43 0 62 42 17 154 61 27
Octal 304 3 103 0 142 102 27 524 141 47
Binary 11000100 11 1000011 0 1100010 1000010 10111 101010100 1100001 100111

Color Harmonies of #C40343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40343

Black with #C40343

Text Example


Text Example

White with #C40343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40343; }

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

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

background-color css

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

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

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

border-color css

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

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

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