Html Css Color HEX #D62525 Persian Red

📋 copy color: '#D62525'

red 214 ◦ green 37 ◦ blue 37

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

Shades of Persian Red #D62525

Tints of Persian Red #D62525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.85%

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

R = 74.31%
G = 12.85%
B = 12.85%

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

#D62525 (or 0xD62525) is known color: Persian Red. HEX triplet: D6, 25 and 25. RGB value is (214,37,37). Sum of RGB (Red+Green+Blue) = 214+37+37=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62525 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62525 is #29DADA. Grayscale: #5A5A5A. Windows color (decimal): -2743003 or 2434518. OLE color: 2434518.

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

Color convert

RGB 214 37 37 -
CMYK 0 0.83 0.83 0.16
HSL 0.71% 0.49% -
HSV(B) 0.83% 0.84% -
XYZ 28.73 15.75 3.28 -
YUV 89.92 98.14 216.5 -
System Red Green Blue C M Y K H S L
Decimal 214 37 37 0 0.83 0.83 0.16 0 0.71 0.49
Hex D6 25 25 0 53 53 10 0 47 31
Octal 326 45 45 0 123 123 20 0 107 61
Binary 11010110 100101 100101 0 1010011 1010011 10000 0 1000111 110001

Color Harmonies of #D62525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62525

Black with #D62525

Text Example


Text Example

White with #D62525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62525; }

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

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

background-color css

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

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

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

border-color css

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

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

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