Html Css Color HEX #D62D23 Persian Red

📋 copy color: '#D62D23'

red 214 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #D62D23

Tints of Persian Red #D62D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

 BLUE value IS 35 (14.06% from 255) = 11.9%

R = 72.79%
G = 15.31%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D62D23 (or 0xD62D23) is known color: Persian Red. HEX triplet: D6, 2D and 23. RGB value is (214,45,35). Sum of RGB (Red+Green+Blue) = 214+45+35=294 (38% of max value = 765). Red value is 214 (83.98% from 255 or 72.79% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D23 is #29D2DC. Grayscale: #5E5E5E. Windows color (decimal): -2740957 or 2305494. OLE color: 2305494.

HSL color Cylindrical-coordinate representation of color #D62D23: hue angle of 3.35º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D62D23 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 35 -
CMYK 0 0.79 0.84 0.16
HSL 3.35º 0.72% 0.49% -
HSV(B) 3.35º 0.84% 0.84% -
XYZ 28.97 16.29 3.21 -
YUV 94.39 94.49 213.31 -
System Red Green Blue C M Y K H S L
Decimal 214 45 35 0 0.79 0.84 0.16 3.35 0.72 0.49
Hex D6 2D 23 0 4F 54 10 3 48 31
Octal 326 55 43 0 117 124 20 3 110 61
Binary 11010110 101101 100011 0 1001111 1010100 10000 11 1001000 110001

Color Harmonies of #D62D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D23

Black with #D62D23

Text Example


Text Example

White with #D62D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D23; }

 p { color: rgb(214,45,35); }

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

background-color css

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

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

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

border-color css

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

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

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