Html Css Color HEX #C30049 Crimson

📋 copy color: '#C30049'

red 195 ◦ green 0 ◦ blue 73

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

Shades of Crimson #C30049

Tints of Crimson #C30049

RGB

 RED value IS 195 (76.56% from 255) = 72.76%

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

 BLUE value IS 73 (28.91% from 255) = 27.24%

R = 72.76%
G = 0%
B = 27.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C30049 (or 0xC30049) is known color: Crimson. HEX triplet: C3, 00 and 49. RGB value is (195,0,73). Sum of RGB (Red+Green+Blue) = 195+0+73=268 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.76% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 195 - color contains mainly: red. Hex color #C30049 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C30049 is #3CFFB6. Grayscale: #424242. Windows color (decimal): -3997623 or 4784323. OLE color: 4784323.

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

Color convert

RGB 195 0 73 -
CMYK 0 1 0.63 0.24
HSL 337.54º 1% 0.38% -
HSV(B) 337.54º 1% 0.76% -
XYZ 23.71 12.08 7.39 -
YUV 66.63 131.6 219.56 -
System Red Green Blue C M Y K H S L
Decimal 195 0 73 0 1 0.63 0.24 337.54 1 0.38
Hex C3 0 49 0 64 3F 18 152 64 26
Octal 303 0 111 0 144 77 30 522 144 46
Binary 11000011 0 1001001 0 1100100 111111 11000 101010010 1100100 100110

Color Harmonies of #C30049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C30049

Black with #C30049

Text Example


Text Example

White with #C30049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C30049; }

 p { color: rgb(195,0,73); }

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

background-color css

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

 a { background-color: rgb(195,0,73); }

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

border-color css

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

 span { border-color: rgb(195,0,73); }

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