Html Css Color HEX #C03525 Persian Red

📋 copy color: '#C03525'

red 192 ◦ green 53 ◦ blue 37

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

Shades of Persian Red #C03525

Tints of Persian Red #C03525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.12%

R = 68.09%
G = 18.79%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C03525 (or 0xC03525) is known color: Persian Red. HEX triplet: C0, 35 and 25. RGB value is (192,53,37). Sum of RGB (Red+Green+Blue) = 192+53+37=282 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.09% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 192 - color contains mainly: red. Hex color #C03525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03525 is #3FCADA. Grayscale: #5C5C5C. Windows color (decimal): -4180699 or 2438592. OLE color: 2438592.

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

Color convert

RGB 192 53 37 -
CMYK 0 0.72 0.81 0.25
HSL 6.19º 0.68% 0.45% -
HSV(B) 6.19º 0.81% 0.75% -
XYZ 23.35 13.89 3.2 -
YUV 92.74 96.55 198.8 -
System Red Green Blue C M Y K H S L
Decimal 192 53 37 0 0.72 0.81 0.25 6.19 0.68 0.45
Hex C0 35 25 0 48 51 19 6 44 2D
Octal 300 65 45 0 110 121 31 6 104 55
Binary 11000000 110101 100101 0 1001000 1010001 11001 110 1000100 101101

Color Harmonies of #C03525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03525

Black with #C03525

Text Example


Text Example

White with #C03525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03525; }

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

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

background-color css

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

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

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

border-color css

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

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

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