Html Css Color HEX #C73D34 Persian Red

📋 copy color: '#C73D34'

red 199 ◦ green 61 ◦ blue 52

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

Shades of Persian Red #C73D34

Tints of Persian Red #C73D34

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.55%

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 63.78%
G = 19.55%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.22

RGB Variations

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

Color information

#C73D34 (or 0xC73D34) is known color: Persian Red. HEX triplet: C7, 3D and 34. RGB value is (199,61,52). Sum of RGB (Red+Green+Blue) = 199+61+52=312 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.78% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73D34 is #38C2CB. Grayscale: #656565. Windows color (decimal): -3719884 or 3423687. OLE color: 3423687.

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

Color convert

RGB 199 61 52 -
CMYK 0 0.69 0.74 0.22
HSL 3.67º 0.59% 0.49% -
HSV(B) 3.67º 0.74% 0.78% -
XYZ 25.84 15.73 4.92 -
YUV 101.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 199 61 52 0 0.69 0.74 0.22 3.67 0.59 0.49
Hex C7 3D 34 0 45 4A 16 4 3B 31
Octal 307 75 64 0 105 112 26 4 73 61
Binary 11000111 111101 110100 0 1000101 1001010 10110 100 111011 110001

Color Harmonies of #C73D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D34

Black with #C73D34

Text Example


Text Example

White with #C73D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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