Html Css Color HEX #C03729 Persian Red

📋 copy color: '#C03729'

red 192 ◦ green 55 ◦ blue 41

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

Shades of Persian Red #C03729

Tints of Persian Red #C03729

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 66.67%
G = 19.1%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C03729 (or 0xC03729) is known color: Persian Red. HEX triplet: C0, 37 and 29. RGB value is (192,55,41). Sum of RGB (Red+Green+Blue) = 192+55+41=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 41 (16.41% from 255 or 14.24% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C03729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03729 is #3FC8D6. Grayscale: #5E5E5E. Windows color (decimal): -4180183 or 2701248. OLE color: 2701248.

HSL color Cylindrical-coordinate representation of color #C03729: hue angle of 5.56º 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 #C03729 is Cyan = 0, Magento = 0.71, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 55 41 -
CMYK 0 0.71 0.79 0.25
HSL 5.56º 0.65% 0.46% -
HSV(B) 5.56º 0.79% 0.75% -
XYZ 23.5 14.1 3.58 -
YUV 94.37 97.89 197.64 -
System Red Green Blue C M Y K H S L
Decimal 192 55 41 0 0.71 0.79 0.25 5.56 0.65 0.46
Hex C0 37 29 0 47 4F 19 6 41 2E
Octal 300 67 51 0 107 117 31 6 101 56
Binary 11000000 110111 101001 0 1000111 1001111 11001 110 1000001 101110

Color Harmonies of #C03729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03729

Black with #C03729

Text Example


Text Example

White with #C03729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03729; }

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

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

background-color css

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

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

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

border-color css

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

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

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