Html Css Color HEX #C72F25 Persian Red

📋 copy color: '#C72F25'

red 199 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #C72F25

Tints of Persian Red #C72F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.61%

 BLUE value IS 37 (14.84% from 255) = 13.07%

R = 70.32%
G = 16.61%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C72F25 (or 0xC72F25) is known color: Persian Red. HEX triplet: C7, 2F and 25. RGB value is (199,47,37). Sum of RGB (Red+Green+Blue) = 199+47+37=283 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.32% from 283); Green value is 47 (18.75% from 255 or 16.61% from 283); Blue value is 37 (14.84% from 255 or 13.07% from 283); Max value from RGB is 199 - color contains mainly: red. Hex color #C72F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72F25 is #38D0DA. Grayscale: #5B5B5B. Windows color (decimal): -3723483 or 2437063. OLE color: 2437063.

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

Color convert

RGB 199 47 37 -
CMYK 0 0.76 0.81 0.22
HSL 3.7º 0.69% 0.46% -
HSV(B) 3.7º 0.81% 0.78% -
XYZ 24.9 14.31 3.2 -
YUV 91.31 97.36 204.81 -
System Red Green Blue C M Y K H S L
Decimal 199 47 37 0 0.76 0.81 0.22 3.7 0.69 0.46
Hex C7 2F 25 0 4C 51 16 4 45 2E
Octal 307 57 45 0 114 121 26 4 105 56
Binary 11000111 101111 100101 0 1001100 1010001 10110 100 1000101 101110

Color Harmonies of #C72F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C72F25

Black with #C72F25

Text Example


Text Example

White with #C72F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C72F25; }

 p { color: rgb(199,47,37); }

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

background-color css

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

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

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

border-color css

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

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

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