Html Css Color HEX #C40843 Cardinal

📋 copy color: '#C40843'

red 196 ◦ green 8 ◦ blue 67

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

Shades of Cardinal #C40843

Tints of Cardinal #C40843

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.95%

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

R = 72.32%
G = 2.95%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C40843 (or 0xC40843) is known color: Cardinal. HEX triplet: C4, 08 and 43. RGB value is (196,8,67). Sum of RGB (Red+Green+Blue) = 196+8+67=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 67 (26.56% from 255 or 24.72% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C40843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40843 is #3BF7BC. Grayscale: #464646. Windows color (decimal): -3930045 or 4393156. OLE color: 4393156.

HSL color Cylindrical-coordinate representation of color #C40843: hue angle of 341.17º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C40843 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 8 67 -
CMYK 0 0.96 0.66 0.23
HSL 341.17º 0.92% 0.4% -
HSV(B) 341.17º 0.96% 0.77% -
XYZ 23.86 12.31 6.43 -
YUV 70.94 125.78 217.2 -
System Red Green Blue C M Y K H S L
Decimal 196 8 67 0 0.96 0.66 0.23 341.17 0.92 0.4
Hex C4 8 43 0 60 42 17 155 5C 28
Octal 304 10 103 0 140 102 27 525 134 50
Binary 11000100 1000 1000011 0 1100000 1000010 10111 101010101 1011100 101000

Color Harmonies of #C40843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40843

Black with #C40843

Text Example


Text Example

White with #C40843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40843; }

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

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

background-color css

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

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

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

border-color css

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

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

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