Html Css Color HEX #D62F28 Persian Red

📋 copy color: '#D62F28'

red 214 ◦ green 47 ◦ blue 40

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

Shades of Persian Red #D62F28

Tints of Persian Red #D62F28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.29%

R = 71.1%
G = 15.61%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D62F28 (or 0xD62F28) is known color: Persian Red. HEX triplet: D6, 2F and 28. RGB value is (214,47,40). Sum of RGB (Red+Green+Blue) = 214+47+40=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F28 is #29D0D7. Grayscale: #606060. Windows color (decimal): -2740440 or 2633686. OLE color: 2633686.

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

Color convert

RGB 214 47 40 -
CMYK 0 0.78 0.81 0.16
HSL 2.41º 0.69% 0.5% -
HSV(B) 2.41º 0.81% 0.84% -
XYZ 29.13 16.48 3.65 -
YUV 96.14 96.33 212.07 -
System Red Green Blue C M Y K H S L
Decimal 214 47 40 0 0.78 0.81 0.16 2.41 0.69 0.5
Hex D6 2F 28 0 4E 51 10 2 45 32
Octal 326 57 50 0 116 121 20 2 105 62
Binary 11010110 101111 101000 0 1001110 1010001 10000 10 1000101 110010

Color Harmonies of #D62F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F28

Black with #D62F28

Text Example


Text Example

White with #D62F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F28; }

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

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

background-color css

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

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

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

border-color css

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

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

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