Html Css Color HEX #C03529 Persian Red

📋 copy color: '#C03529'

red 192 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #C03529

Tints of Persian Red #C03529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.34%

R = 67.13%
G = 18.53%
B = 14.34%

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

#C03529 (or 0xC03529) is known color: Persian Red. HEX triplet: C0, 35 and 29. RGB value is (192,53,41). Sum of RGB (Red+Green+Blue) = 192+53+41=286 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.13% from 286); Green value is 53 (21.09% from 255 or 18.53% from 286); Blue value is 41 (16.41% from 255 or 14.34% from 286); Max value from RGB is 192 - color contains mainly: red. Hex color #C03529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03529 is #3FCAD6. Grayscale: #5D5D5D. Windows color (decimal): -4180695 or 2700736. OLE color: 2700736.

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

Color convert

RGB 192 53 41 -
CMYK 0 0.72 0.79 0.25
HSL 4.77º 0.65% 0.46% -
HSV(B) 4.77º 0.79% 0.75% -
XYZ 23.41 13.91 3.55 -
YUV 93.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 192 53 41 0 0.72 0.79 0.25 4.77 0.65 0.46
Hex C0 35 29 0 48 4F 19 5 41 2E
Octal 300 65 51 0 110 117 31 5 101 56
Binary 11000000 110101 101001 0 1001000 1001111 11001 101 1000001 101110

Color Harmonies of #C03529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03529

Black with #C03529

Text Example


Text Example

White with #C03529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03529; }

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

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

background-color css

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

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

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

border-color css

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

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

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