Html Css Color HEX #C03726 Persian Red

📋 copy color: '#C03726'

red 192 ◦ green 55 ◦ blue 38

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

Shades of Persian Red #C03726

Tints of Persian Red #C03726

RGB

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

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

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

R = 67.37%
G = 19.3%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C03726 (or 0xC03726) is known color: Persian Red. HEX triplet: C0, 37 and 26. RGB value is (192,55,38). Sum of RGB (Red+Green+Blue) = 192+55+38=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C03726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03726 is #3FC8D9. Grayscale: #5E5E5E. Windows color (decimal): -4180186 or 2504640. OLE color: 2504640.

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

Color convert

RGB 192 55 38 -
CMYK 0 0.71 0.80 0.25
HSL 6.62º 0.67% 0.45% -
HSV(B) 6.62º 0.8% 0.75% -
XYZ 23.45 14.08 3.32 -
YUV 94.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 192 55 38 0 0.71 0.80 0.25 6.62 0.67 0.45
Hex C0 37 26 0 47 50 19 7 43 2D
Octal 300 67 46 0 107 120 31 7 103 55
Binary 11000000 110111 100110 0 1000111 1010000 11001 111 1000011 101101

Color Harmonies of #C03726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03726

Black with #C03726

Text Example


Text Example

White with #C03726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03726; }

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

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

background-color css

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

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

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

border-color css

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

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

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