Html Css Color HEX #D62F29 Persian Red

📋 copy color: '#D62F29'

red 214 ◦ green 47 ◦ blue 41

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

Shades of Persian Red #D62F29

Tints of Persian Red #D62F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.58%

R = 70.86%
G = 15.56%
B = 13.58%

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

#D62F29 (or 0xD62F29) is known color: Persian Red. HEX triplet: D6, 2F and 29. RGB value is (214,47,41). Sum of RGB (Red+Green+Blue) = 214+47+41=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 47 (18.75% from 255 or 15.56% from 302); Blue value is 41 (16.41% from 255 or 13.58% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F29 is #29D0D6. Grayscale: #606060. Windows color (decimal): -2740439 or 2699222. OLE color: 2699222.

HSL color Cylindrical-coordinate representation of color #D62F29: hue angle of 2.08º degrees, saturation: 0.68, 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 #D62F29 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 41 -
CMYK 0 0.78 0.81 0.16
HSL 2.08º 0.68% 0.5% -
HSV(B) 2.08º 0.81% 0.84% -
XYZ 29.15 16.49 3.74 -
YUV 96.25 96.83 211.99 -
System Red Green Blue C M Y K H S L
Decimal 214 47 41 0 0.78 0.81 0.16 2.08 0.68 0.5
Hex D6 2F 29 0 4E 51 10 2 44 32
Octal 326 57 51 0 116 121 20 2 104 62
Binary 11010110 101111 101001 0 1001110 1010001 10000 10 1000100 110010

Color Harmonies of #D62F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F29

Black with #D62F29

Text Example


Text Example

White with #D62F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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