Html Css Color HEX #C40045 Crimson

📋 copy color: '#C40045'

red 196 ◦ green 0 ◦ blue 69

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

Shades of Crimson #C40045

Tints of Crimson #C40045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.04%

R = 73.96%
G = 0%
B = 26.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C40045 (or 0xC40045) is known color: Crimson. HEX triplet: C4, 00 and 45. RGB value is (196,0,69). Sum of RGB (Red+Green+Blue) = 196+0+69=265 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.96% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 196 - color contains mainly: red. Hex color #C40045 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40045 is #3BFFBA. Grayscale: #424242. Windows color (decimal): -3932091 or 4522180. OLE color: 4522180.

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

Color convert

RGB 196 0 69 -
CMYK 0 1 0.65 0.23
HSL 338.88º 1% 0.38% -
HSV(B) 338.88º 1% 0.77% -
XYZ 23.84 12.17 6.72 -
YUV 66.47 129.43 220.39 -
System Red Green Blue C M Y K H S L
Decimal 196 0 69 0 1 0.65 0.23 338.88 1 0.38
Hex C4 0 45 0 64 41 17 153 64 26
Octal 304 0 105 0 144 101 27 523 144 46
Binary 11000100 0 1000101 0 1100100 1000001 10111 101010011 1100100 100110

Color Harmonies of #C40045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40045

Black with #C40045

Text Example


Text Example

White with #C40045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40045; }

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

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

background-color css

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

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

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

border-color css

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

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

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