Html Css Color HEX #C01F53 Old Rose

📋 copy color: '#C01F53'

red 192 ◦ green 31 ◦ blue 83

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

Shades of Old Rose #C01F53

Tints of Old Rose #C01F53

RGB

 RED value IS 192 (75.39% from 255) = 62.75%

 GREEN value IS 31 (12.5% from 255) = 10.13%

 BLUE value IS 83 (32.81% from 255) = 27.12%

R = 62.75%
G = 10.13%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#C01F53 (or 0xC01F53) is known color: Old Rose. HEX triplet: C0, 1F and 53. RGB value is (192,31,83). Sum of RGB (Red+Green+Blue) = 192+31+83=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 83 (32.81% from 255 or 27.12% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C01F53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01F53 is #3FE0AC. Grayscale: #555555. Windows color (decimal): -4186285 or 5447616. OLE color: 5447616.

HSL color Cylindrical-coordinate representation of color #C01F53: hue angle of 340.62º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C01F53 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 31 83 -
CMYK 0 0.84 0.57 0.25
HSL 340.62º 0.72% 0.44% -
HSV(B) 340.62º 0.84% 0.75% -
XYZ 23.79 12.81 9.4 -
YUV 85.07 126.84 204.27 -
System Red Green Blue C M Y K H S L
Decimal 192 31 83 0 0.84 0.57 0.25 340.62 0.72 0.44
Hex C0 1F 53 0 54 39 19 155 48 2C
Octal 300 37 123 0 124 71 31 525 110 54
Binary 11000000 11111 1010011 0 1010100 111001 11001 101010101 1001000 101100

Color Harmonies of #C01F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01F53

Black with #C01F53

Text Example


Text Example

White with #C01F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01F53; }

 p { color: rgb(192,31,83); }

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

background-color css

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

 a { background-color: rgb(192,31,83); }

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

border-color css

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

 span { border-color: rgb(192,31,83); }

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