Html Css Color HEX #C03528 Persian Red

📋 copy color: '#C03528'

red 192 ◦ green 53 ◦ blue 40

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

Shades of Persian Red #C03528

Tints of Persian Red #C03528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 67.37%
G = 18.6%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03528 (or 0xC03528) is known color: Persian Red. HEX triplet: C0, 35 and 28. RGB value is (192,53,40). Sum of RGB (Red+Green+Blue) = 192+53+40=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C03528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03528 is #3FCAD7. Grayscale: #5D5D5D. Windows color (decimal): -4180696 or 2635200. OLE color: 2635200.

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

Color convert

RGB 192 53 40 -
CMYK 0 0.72 0.79 0.25
HSL 5.13º 0.66% 0.45% -
HSV(B) 5.13º 0.79% 0.75% -
XYZ 23.39 13.91 3.46 -
YUV 93.08 98.05 198.56 -
System Red Green Blue C M Y K H S L
Decimal 192 53 40 0 0.72 0.79 0.25 5.13 0.66 0.45
Hex C0 35 28 0 48 4F 19 5 42 2D
Octal 300 65 50 0 110 117 31 5 102 55
Binary 11000000 110101 101000 0 1001000 1001111 11001 101 1000010 101101

Color Harmonies of #C03528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03528

Black with #C03528

Text Example


Text Example

White with #C03528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03528; }

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

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

background-color css

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

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

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

border-color css

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

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

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