Html Css Color HEX #C03939 Persian Red

📋 copy color: '#C03939'

red 192 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #C03939

Tints of Persian Red #C03939

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

 BLUE value IS 57 (22.66% from 255) = 18.63%

R = 62.75%
G = 18.63%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C03939 (or 0xC03939) is known color: Persian Red. HEX triplet: C0, 39 and 39. RGB value is (192,57,57). Sum of RGB (Red+Green+Blue) = 192+57+57=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C03939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03939 is #3FC6C6. Grayscale: #616161. Windows color (decimal): -4179655 or 3750336. OLE color: 3750336.

HSL color Cylindrical-coordinate representation of color #C03939: hue angle of 0º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03939 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 57 57 -
CMYK 0 0.70 0.70 0.25
HSL 0.54% 0.49% -
HSV(B) 0.7% 0.75% -
XYZ 23.94 14.43 5.39 -
YUV 97.37 105.23 195.5 -
System Red Green Blue C M Y K H S L
Decimal 192 57 57 0 0.70 0.70 0.25 0 0.54 0.49
Hex C0 39 39 0 46 46 19 0 36 31
Octal 300 71 71 0 106 106 31 0 66 61
Binary 11000000 111001 111001 0 1000110 1000110 11001 0 110110 110001

Color Harmonies of #C03939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03939

Black with #C03939

Text Example


Text Example

White with #C03939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03939; }

 p { color: rgb(192,57,57); }

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

background-color css

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

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

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

border-color css

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

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

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