Html Css Color HEX #D62624 Persian Red

📋 copy color: '#D62624'

red 214 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #D62624

Tints of Persian Red #D62624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.19%

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

R = 74.31%
G = 13.19%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D62624 (or 0xD62624) is known color: Persian Red. HEX triplet: D6, 26 and 24. RGB value is (214,38,36). Sum of RGB (Red+Green+Blue) = 214+38+36=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 36 (14.45% from 255 or 12.5% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62624 is #29D9DB. Grayscale: #5A5A5A. Windows color (decimal): -2742748 or 2369238. OLE color: 2369238.

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

Color convert

RGB 214 38 36 -
CMYK 0 0.82 0.83 0.16
HSL 0.67º 0.71% 0.49% -
HSV(B) 0.67º 0.83% 0.84% -
XYZ 28.74 15.81 3.21 -
YUV 90.4 97.31 216.16 -
System Red Green Blue C M Y K H S L
Decimal 214 38 36 0 0.82 0.83 0.16 0.67 0.71 0.49
Hex D6 26 24 0 52 53 10 1 47 31
Octal 326 46 44 0 122 123 20 1 107 61
Binary 11010110 100110 100100 0 1010010 1010011 10000 1 1000111 110001

Color Harmonies of #D62624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62624

Black with #D62624

Text Example


Text Example

White with #D62624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62624; }

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

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

background-color css

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

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

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

border-color css

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

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

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