Html Css Color HEX #C03527 Persian Red

📋 copy color: '#C03527'

red 192 ◦ green 53 ◦ blue 39

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

Shades of Persian Red #C03527

Tints of Persian Red #C03527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.73%

R = 67.61%
G = 18.66%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03527 (or 0xC03527) is known color: Persian Red. HEX triplet: C0, 35 and 27. RGB value is (192,53,39). Sum of RGB (Red+Green+Blue) = 192+53+39=284 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.61% from 284); Green value is 53 (21.09% from 255 or 18.66% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 192 - color contains mainly: red. Hex color #C03527 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03527 is #3FCAD8. Grayscale: #5D5D5D. Windows color (decimal): -4180697 or 2569664. OLE color: 2569664.

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

Color convert

RGB 192 53 39 -
CMYK 0 0.72 0.80 0.25
HSL 5.49º 0.66% 0.45% -
HSV(B) 5.49º 0.8% 0.75% -
XYZ 23.38 13.9 3.37 -
YUV 92.97 97.55 198.64 -
System Red Green Blue C M Y K H S L
Decimal 192 53 39 0 0.72 0.80 0.25 5.49 0.66 0.45
Hex C0 35 27 0 48 50 19 5 42 2D
Octal 300 65 47 0 110 120 31 5 102 55
Binary 11000000 110101 100111 0 1001000 1010000 11001 101 1000010 101101

Color Harmonies of #C03527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03527

Black with #C03527

Text Example


Text Example

White with #C03527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03527; }

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

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

background-color css

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

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

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

border-color css

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

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

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