Html Css Color HEX #C73828 Persian Red

📋 copy color: '#C73828'

red 199 ◦ green 56 ◦ blue 40

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

Shades of Persian Red #C73828

Tints of Persian Red #C73828

RGB

 RED value IS 199 (78.13% from 255) = 67.46%

 GREEN value IS 56 (22.27% from 255) = 18.98%

 BLUE value IS 40 (16.02% from 255) = 13.56%

R = 67.46%
G = 18.98%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C73828 (or 0xC73828) is known color: Persian Red. HEX triplet: C7, 38 and 28. RGB value is (199,56,40). Sum of RGB (Red+Green+Blue) = 199+56+40=295 (39% of max value = 765). Red value is 199 (78.12% from 255 or 67.46% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 199 - color contains mainly: red. Hex color #C73828 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73828 is #38C7D7. Grayscale: #616161. Windows color (decimal): -3721176 or 2635975. OLE color: 2635975.

HSL color Cylindrical-coordinate representation of color #C73828: hue angle of 6.04º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C73828 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 56 40 -
CMYK 0 0.72 0.80 0.22
HSL 6.04º 0.67% 0.47% -
HSV(B) 6.04º 0.8% 0.78% -
XYZ 25.35 15.12 3.59 -
YUV 96.93 95.88 200.8 -
System Red Green Blue C M Y K H S L
Decimal 199 56 40 0 0.72 0.80 0.22 6.04 0.67 0.47
Hex C7 38 28 0 48 50 16 6 43 2F
Octal 307 70 50 0 110 120 26 6 103 57
Binary 11000111 111000 101000 0 1001000 1010000 10110 110 1000011 101111

Color Harmonies of #C73828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73828

Black with #C73828

Text Example


Text Example

White with #C73828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73828; }

 p { color: rgb(199,56,40); }

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

background-color css

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

 a { background-color: rgb(199,56,40); }

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

border-color css

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

 span { border-color: rgb(199,56,40); }

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