Html Css Color HEX #C40145 Crimson

📋 copy color: '#C40145'

red 196 ◦ green 1 ◦ blue 69

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

Shades of Crimson #C40145

Tints of Crimson #C40145

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 73.68%
G = 0.38%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C40145 (or 0xC40145) is known color: Crimson. HEX triplet: C4, 01 and 45. RGB value is (196,1,69). Sum of RGB (Red+Green+Blue) = 196+1+69=266 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.68% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 196 - color contains mainly: red. Hex color #C40145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C40145 is #3BFEBA. Grayscale: #424242. Windows color (decimal): -3931835 or 4522436. OLE color: 4522436.

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

Color convert

RGB 196 1 69 -
CMYK 0 0.99 0.65 0.23
HSL 339.08º 0.99% 0.39% -
HSV(B) 339.08º 0.99% 0.77% -
XYZ 23.85 12.19 6.73 -
YUV 67.06 129.1 219.97 -
System Red Green Blue C M Y K H S L
Decimal 196 1 69 0 0.99 0.65 0.23 339.08 0.99 0.39
Hex C4 1 45 0 63 41 17 153 63 27
Octal 304 1 105 0 143 101 27 523 143 47
Binary 11000100 1 1000101 0 1100011 1000001 10111 101010011 1100011 100111

Color Harmonies of #C40145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40145

Black with #C40145

Text Example


Text Example

White with #C40145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40145; }

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

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

background-color css

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

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

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

border-color css

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

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

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