Html Css Color HEX #C03930 Persian Red

📋 copy color: '#C03930'

red 192 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #C03930

Tints of Persian Red #C03930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 16.16%

R = 64.65%
G = 19.19%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C03930 (or 0xC03930) is known color: Persian Red. HEX triplet: C0, 39 and 30. RGB value is (192,57,48). Sum of RGB (Red+Green+Blue) = 192+57+48=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 48 (19.14% from 255 or 16.16% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03930 is #3FC6CF. Grayscale: #606060. Windows color (decimal): -4179664 or 3160512. OLE color: 3160512.

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

Color convert

RGB 192 57 48 -
CMYK 0 0.70 0.75 0.25
HSL 3.75º 0.6% 0.47% -
HSV(B) 3.75º 0.75% 0.75% -
XYZ 23.73 14.35 4.31 -
YUV 96.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 192 57 48 0 0.70 0.75 0.25 3.75 0.6 0.47
Hex C0 39 30 0 46 4B 19 4 3C 2F
Octal 300 71 60 0 106 113 31 4 74 57
Binary 11000000 111001 110000 0 1000110 1001011 11001 100 111100 101111

Color Harmonies of #C03930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03930

Black with #C03930

Text Example


Text Example

White with #C03930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03930; }

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

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

background-color css

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

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

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

border-color css

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

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

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