Html Css Color HEX #C73838 Persian Red

📋 copy color: '#C73838'

red 199 ◦ green 56 ◦ blue 56

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

Shades of Persian Red #C73838

Tints of Persian Red #C73838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 63.99%
G = 18.01%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C73838 (or 0xC73838) is known color: Persian Red. HEX triplet: C7, 38 and 38. RGB value is (199,56,56). Sum of RGB (Red+Green+Blue) = 199+56+56=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C73838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73838 is #38C7C7. Grayscale: #626262. Windows color (decimal): -3721160 or 3684551. OLE color: 3684551.

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

Color convert

RGB 199 56 56 -
CMYK 0 0.72 0.72 0.22
HSL 0.56% 0.5% -
HSV(B) 0.72% 0.78% -
XYZ 25.68 15.26 5.33 -
YUV 98.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 199 56 56 0 0.72 0.72 0.22 0 0.56 0.5
Hex C7 38 38 0 48 48 16 0 38 32
Octal 307 70 70 0 110 110 26 0 70 62
Binary 11000111 111000 111000 0 1001000 1001000 10110 0 111000 110010

Color Harmonies of #C73838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73838

Black with #C73838

Text Example


Text Example

White with #C73838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73838; }

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

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

background-color css

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

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

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

border-color css

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

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

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