Html Css Color HEX #D62F24 Persian Red

📋 copy color: '#D62F24'

red 214 ◦ green 47 ◦ blue 36

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

Shades of Persian Red #D62F24

Tints of Persian Red #D62F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 12.12%

R = 72.05%
G = 15.82%
B = 12.12%

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

#D62F24 (or 0xD62F24) is known color: Persian Red. HEX triplet: D6, 2F and 24. RGB value is (214,47,36). Sum of RGB (Red+Green+Blue) = 214+47+36=297 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.05% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 36 (14.45% from 255 or 12.12% from 297); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62F24 is #29D0DB. Grayscale: #5F5F5F. Windows color (decimal): -2740444 or 2371542. OLE color: 2371542.

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

Color convert

RGB 214 47 36 -
CMYK 0 0.78 0.83 0.16
HSL 3.71º 0.71% 0.49% -
HSV(B) 3.71º 0.83% 0.84% -
XYZ 29.07 16.46 3.31 -
YUV 95.68 94.33 212.39 -
System Red Green Blue C M Y K H S L
Decimal 214 47 36 0 0.78 0.83 0.16 3.71 0.71 0.49
Hex D6 2F 24 0 4E 53 10 4 47 31
Octal 326 57 44 0 116 123 20 4 107 61
Binary 11010110 101111 100100 0 1001110 1010011 10000 100 1000111 110001

Color Harmonies of #D62F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F24

Black with #D62F24

Text Example


Text Example

White with #D62F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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