Html Css Color HEX #D62F25 Persian Red

📋 copy color: '#D62F25'

red 214 ◦ green 47 ◦ blue 37

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

Shades of Persian Red #D62F25

Tints of Persian Red #D62F25

RGB

 RED value IS 214 (83.98% from 255) = 71.81%

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

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

R = 71.81%
G = 15.77%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D62F25 (or 0xD62F25) is known color: Persian Red. HEX triplet: D6, 2F and 25. RGB value is (214,47,37). Sum of RGB (Red+Green+Blue) = 214+47+37=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F25 is #29D0DA. Grayscale: #606060. Windows color (decimal): -2740443 or 2437078. OLE color: 2437078.

HSL color Cylindrical-coordinate representation of color #D62F25: hue angle of 3.39º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D62F25 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 37 -
CMYK 0 0.78 0.83 0.16
HSL 3.39º 0.71% 0.49% -
HSV(B) 3.39º 0.83% 0.84% -
XYZ 29.08 16.46 3.4 -
YUV 95.79 94.83 212.31 -
System Red Green Blue C M Y K H S L
Decimal 214 47 37 0 0.78 0.83 0.16 3.39 0.71 0.49
Hex D6 2F 25 0 4E 53 10 3 47 31
Octal 326 57 45 0 116 123 20 3 107 61
Binary 11010110 101111 100101 0 1001110 1010011 10000 11 1000111 110001

Color Harmonies of #D62F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F25

Black with #D62F25

Text Example


Text Example

White with #D62F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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