Html Css Color HEX #D62424 Persian Red

📋 copy color: '#D62424'

red 214 ◦ green 36 ◦ blue 36

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

Shades of Persian Red #D62424

Tints of Persian Red #D62424

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 74.83%
G = 12.59%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D62424 (or 0xD62424) is known color: Persian Red. HEX triplet: D6, 24 and 24. RGB value is (214,36,36). Sum of RGB (Red+Green+Blue) = 214+36+36=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D62424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62424 is #29DBDB. Grayscale: #595959. Windows color (decimal): -2743260 or 2368726. OLE color: 2368726.

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

Color convert

RGB 214 36 36 -
CMYK 0 0.83 0.83 0.16
HSL 0.71% 0.49% -
HSV(B) 0.83% 0.84% -
XYZ 28.68 15.69 3.18 -
YUV 89.22 97.97 217 -
System Red Green Blue C M Y K H S L
Decimal 214 36 36 0 0.83 0.83 0.16 0 0.71 0.49
Hex D6 24 24 0 53 53 10 0 47 31
Octal 326 44 44 0 123 123 20 0 107 61
Binary 11010110 100100 100100 0 1010011 1010011 10000 0 1000111 110001

Color Harmonies of #D62424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62424

Black with #D62424

Text Example


Text Example

White with #D62424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62424; }

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

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

background-color css

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

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

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

border-color css

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

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

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