Html Css Color HEX #C03526 Persian Red

📋 copy color: '#C03526'

red 192 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #C03526

Tints of Persian Red #C03526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 67.84%
G = 18.73%
B = 13.43%

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

#C03526 (or 0xC03526) is known color: Persian Red. HEX triplet: C0, 35 and 26. RGB value is (192,53,38). Sum of RGB (Red+Green+Blue) = 192+53+38=283 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.84% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 192 - color contains mainly: red. Hex color #C03526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03526 is #3FCAD9. Grayscale: #5D5D5D. Windows color (decimal): -4180698 or 2504128. OLE color: 2504128.

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

Color convert

RGB 192 53 38 -
CMYK 0 0.72 0.80 0.25
HSL 5.84º 0.67% 0.45% -
HSV(B) 5.84º 0.8% 0.75% -
XYZ 23.36 13.89 3.28 -
YUV 92.85 97.05 198.72 -
System Red Green Blue C M Y K H S L
Decimal 192 53 38 0 0.72 0.80 0.25 5.84 0.67 0.45
Hex C0 35 26 0 48 50 19 6 43 2D
Octal 300 65 46 0 110 120 31 6 103 55
Binary 11000000 110101 100110 0 1001000 1010000 11001 110 1000011 101101

Color Harmonies of #C03526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03526

Black with #C03526

Text Example


Text Example

White with #C03526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03526; }

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

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

background-color css

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

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

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

border-color css

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

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

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