Html Css Color HEX #C73426 Persian Red

📋 copy color: '#C73426'

red 199 ◦ green 52 ◦ blue 38

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

Shades of Persian Red #C73426

Tints of Persian Red #C73426

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 68.86%
G = 17.99%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73426 (or 0xC73426) is known color: Persian Red. HEX triplet: C7, 34 and 26. RGB value is (199,52,38). Sum of RGB (Red+Green+Blue) = 199+52+38=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C73426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73426 is #38CBD9. Grayscale: #5E5E5E. Windows color (decimal): -3722202 or 2503879. OLE color: 2503879.

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

Color convert

RGB 199 52 38 -
CMYK 0 0.74 0.81 0.22
HSL 5.22º 0.68% 0.46% -
HSV(B) 5.22º 0.81% 0.78% -
XYZ 25.13 14.74 3.35 -
YUV 94.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 199 52 38 0 0.74 0.81 0.22 5.22 0.68 0.46
Hex C7 34 26 0 4A 51 16 5 44 2E
Octal 307 64 46 0 112 121 26 5 104 56
Binary 11000111 110100 100110 0 1001010 1010001 10110 101 1000100 101110

Color Harmonies of #C73426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73426

Black with #C73426

Text Example


Text Example

White with #C73426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73426; }

 p { color: rgb(199,52,38); }

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

background-color css

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

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

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

border-color css

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

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

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