Html Css Color HEX #C73626 Persian Red

📋 copy color: '#C73626'

red 199 ◦ green 54 ◦ blue 38

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

Shades of Persian Red #C73626

Tints of Persian Red #C73626

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.56%

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

R = 68.38%
G = 18.56%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C73626 (or 0xC73626) is known color: Persian Red. HEX triplet: C7, 36 and 26. RGB value is (199,54,38). Sum of RGB (Red+Green+Blue) = 199+54+38=291 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.38% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 38 (15.23% from 255 or 13.06% from 291); Max value from RGB is 199 - color contains mainly: red. Hex color #C73626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73626 is #38C9D9. Grayscale: #5F5F5F. Windows color (decimal): -3721690 or 2504391. OLE color: 2504391.

HSL color Cylindrical-coordinate representation of color #C73626: hue angle of 5.96º 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 #C73626 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 54 38 -
CMYK 0 0.73 0.81 0.22
HSL 5.96º 0.68% 0.46% -
HSV(B) 5.96º 0.81% 0.78% -
XYZ 25.22 14.92 3.38 -
YUV 95.53 95.54 201.8 -
System Red Green Blue C M Y K H S L
Decimal 199 54 38 0 0.73 0.81 0.22 5.96 0.68 0.46
Hex C7 36 26 0 49 51 16 6 44 2E
Octal 307 66 46 0 111 121 26 6 104 56
Binary 11000111 110110 100110 0 1001001 1010001 10110 110 1000100 101110

Color Harmonies of #C73626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73626

Black with #C73626

Text Example


Text Example

White with #C73626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73626; }

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

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

background-color css

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

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

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

border-color css

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

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

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