Html Css Color HEX #C40043 Crimson

📋 copy color: '#C40043'

red 196 ◦ green 0 ◦ blue 67

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

Shades of Crimson #C40043

Tints of Crimson #C40043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 74.52%
G = 0%
B = 25.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C40043 (or 0xC40043) is known color: Crimson. HEX triplet: C4, 00 and 43. RGB value is (196,0,67). Sum of RGB (Red+Green+Blue) = 196+0+67=263 (34% of max value = 765). Red value is 196 (76.95% from 255 or 74.52% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 196 - color contains mainly: red. Hex color #C40043 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40043 is #3BFFBC. Grayscale: #424242. Windows color (decimal): -3932093 or 4391108. OLE color: 4391108.

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

Color convert

RGB 196 0 67 -
CMYK 0 1 0.66 0.23
HSL 339.49º 1% 0.38% -
HSV(B) 339.49º 1% 0.77% -
XYZ 23.78 12.14 6.4 -
YUV 66.24 128.43 220.55 -
System Red Green Blue C M Y K H S L
Decimal 196 0 67 0 1 0.66 0.23 339.49 1 0.38
Hex C4 0 43 0 64 42 17 153 64 26
Octal 304 0 103 0 144 102 27 523 144 46
Binary 11000100 0 1000011 0 1100100 1000010 10111 101010011 1100100 100110

Color Harmonies of #C40043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40043

Black with #C40043

Text Example


Text Example

White with #C40043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40043; }

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

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

background-color css

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

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

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

border-color css

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

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

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