Html Css Color HEX #D62A27 Persian Red

📋 copy color: '#D62A27'

red 214 ◦ green 42 ◦ blue 39

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

Shades of Persian Red #D62A27

Tints of Persian Red #D62A27

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.24%

 BLUE value IS 39 (15.63% from 255) = 13.22%

R = 72.54%
G = 14.24%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D62A27 (or 0xD62A27) is known color: Persian Red. HEX triplet: D6, 2A and 27. RGB value is (214,42,39). Sum of RGB (Red+Green+Blue) = 214+42+39=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 42 (16.80% from 255 or 14.24% from 295); Blue value is 39 (15.62% from 255 or 13.22% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A27 is #29D5D8. Grayscale: #5D5D5D. Windows color (decimal): -2741721 or 2566870. OLE color: 2566870.

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

Color convert

RGB 214 42 39 -
CMYK 0 0.80 0.82 0.16
HSL 1.03º 0.69% 0.5% -
HSV(B) 1.03º 0.82% 0.84% -
XYZ 28.93 16.1 3.5 -
YUV 93.09 97.48 214.24 -
System Red Green Blue C M Y K H S L
Decimal 214 42 39 0 0.80 0.82 0.16 1.03 0.69 0.5
Hex D6 2A 27 0 50 52 10 1 45 32
Octal 326 52 47 0 120 122 20 1 105 62
Binary 11010110 101010 100111 0 1010000 1010010 10000 1 1000101 110010

Color Harmonies of #D62A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A27

Black with #D62A27

Text Example


Text Example

White with #D62A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A27; }

 p { color: rgb(214,42,39); }

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

background-color css

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

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

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

border-color css

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

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

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