Html Css Color HEX #D62A25 Persian Red

📋 copy color: '#D62A25'

red 214 ◦ green 42 ◦ blue 37

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

Shades of Persian Red #D62A25

Tints of Persian Red #D62A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.63%

R = 73.04%
G = 14.33%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D62A25 (or 0xD62A25) is known color: Persian Red. HEX triplet: D6, 2A and 25. RGB value is (214,42,37). Sum of RGB (Red+Green+Blue) = 214+42+37=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 37 (14.84% from 255 or 12.63% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62A25 is #29D5DA. Grayscale: #5D5D5D. Windows color (decimal): -2741723 or 2435798. OLE color: 2435798.

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

Color convert

RGB 214 42 37 -
CMYK 0 0.80 0.83 0.16
HSL 1.69º 0.71% 0.49% -
HSV(B) 1.69º 0.83% 0.84% -
XYZ 28.89 16.09 3.33 -
YUV 92.86 96.48 214.41 -
System Red Green Blue C M Y K H S L
Decimal 214 42 37 0 0.80 0.83 0.16 1.69 0.71 0.49
Hex D6 2A 25 0 50 53 10 2 47 31
Octal 326 52 45 0 120 123 20 2 107 61
Binary 11010110 101010 100101 0 1010000 1010011 10000 10 1000111 110001

Color Harmonies of #D62A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A25

Black with #D62A25

Text Example


Text Example

White with #D62A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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