Html Css Color HEX #C03931 Persian Red

📋 copy color: '#C03931'

red 192 ◦ green 57 ◦ blue 49

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

Shades of Persian Red #C03931

Tints of Persian Red #C03931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.44%

R = 64.43%
G = 19.13%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C03931 (or 0xC03931) is known color: Persian Red. HEX triplet: C0, 39 and 31. RGB value is (192,57,49). Sum of RGB (Red+Green+Blue) = 192+57+49=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 57 (22.66% from 255 or 19.13% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03931 is #3FC6CE. Grayscale: #606060. Windows color (decimal): -4179663 or 3226048. OLE color: 3226048.

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

Color convert

RGB 192 57 49 -
CMYK 0 0.70 0.74 0.25
HSL 3.36º 0.59% 0.47% -
HSV(B) 3.36º 0.74% 0.75% -
XYZ 23.76 14.35 4.42 -
YUV 96.45 101.23 196.15 -
System Red Green Blue C M Y K H S L
Decimal 192 57 49 0 0.70 0.74 0.25 3.36 0.59 0.47
Hex C0 39 31 0 46 4A 19 3 3B 2F
Octal 300 71 61 0 106 112 31 3 73 57
Binary 11000000 111001 110001 0 1000110 1001010 11001 11 111011 101111

Color Harmonies of #C03931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03931

Black with #C03931

Text Example


Text Example

White with #C03931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03931; }

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

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

background-color css

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

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

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

border-color css

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

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

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