Html Css Color HEX #C03530 Persian Red

📋 copy color: '#C03530'

red 192 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #C03530

Tints of Persian Red #C03530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 65.53%
G = 18.09%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C03530 (or 0xC03530) is known color: Persian Red. HEX triplet: C0, 35 and 30. RGB value is (192,53,48). Sum of RGB (Red+Green+Blue) = 192+53+48=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03530 is #3FCACF. Grayscale: #5E5E5E. Windows color (decimal): -4180688 or 3159488. OLE color: 3159488.

HSL color Cylindrical-coordinate representation of color #C03530: hue angle of 2.08º 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 #C03530 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 53 48 -
CMYK 0 0.72 0.75 0.25
HSL 2.08º 0.6% 0.47% -
HSV(B) 2.08º 0.75% 0.75% -
XYZ 23.54 13.97 4.25 -
YUV 93.99 102.05 197.91 -
System Red Green Blue C M Y K H S L
Decimal 192 53 48 0 0.72 0.75 0.25 2.08 0.6 0.47
Hex C0 35 30 0 48 4B 19 2 3C 2F
Octal 300 65 60 0 110 113 31 2 74 57
Binary 11000000 110101 110000 0 1001000 1001011 11001 10 111100 101111

Color Harmonies of #C03530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03530

Black with #C03530

Text Example


Text Example

White with #C03530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03530; }

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

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

background-color css

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

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

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

border-color css

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

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

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