Html Css Color HEX #D62D22 Persian Red

📋 copy color: '#D62D22'

red 214 ◦ green 45 ◦ blue 34

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

Shades of Persian Red #D62D22

Tints of Persian Red #D62D22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 73.04%
G = 15.36%
B = 11.6%

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

#D62D22 (or 0xD62D22) is known color: Persian Red. HEX triplet: D6, 2D and 22. RGB value is (214,45,34). Sum of RGB (Red+Green+Blue) = 214+45+34=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 45 (17.97% from 255 or 15.36% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D22 is #29D2DD. Grayscale: #5E5E5E. Windows color (decimal): -2740958 or 2239958. OLE color: 2239958.

HSL color Cylindrical-coordinate representation of color #D62D22: hue angle of 3.67º degrees, saturation: 0.73, 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 #D62D22 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 34 -
CMYK 0 0.79 0.84 0.16
HSL 3.67º 0.73% 0.49% -
HSV(B) 3.67º 0.84% 0.84% -
XYZ 28.96 16.29 3.13 -
YUV 94.28 93.99 213.39 -
System Red Green Blue C M Y K H S L
Decimal 214 45 34 0 0.79 0.84 0.16 3.67 0.73 0.49
Hex D6 2D 22 0 4F 54 10 4 49 31
Octal 326 55 42 0 117 124 20 4 111 61
Binary 11010110 101101 100010 0 1001111 1010100 10000 100 1001001 110001

Color Harmonies of #D62D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D22

Black with #D62D22

Text Example


Text Example

White with #D62D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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