Html Css Color HEX #D62622 Persian Red

📋 copy color: '#D62622'

red 214 ◦ green 38 ◦ blue 34

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

Shades of Persian Red #D62622

Tints of Persian Red #D62622

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.29%

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

R = 74.83%
G = 13.29%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D62622 (or 0xD62622) is known color: Persian Red. HEX triplet: D6, 26 and 22. RGB value is (214,38,34). Sum of RGB (Red+Green+Blue) = 214+38+34=286 (37% of max value = 765). Red value is 214 (83.98% from 255 or 74.83% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 34 (13.67% from 255 or 11.89% from 286); Max value from RGB is 214 - color contains mainly: red. Hex color #D62622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62622 is #29D9DD. Grayscale: #5A5A5A. Windows color (decimal): -2742750 or 2238166. OLE color: 2238166.

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

Color convert

RGB 214 38 34 -
CMYK 0 0.82 0.84 0.16
HSL 1.33º 0.73% 0.49% -
HSV(B) 1.33º 0.84% 0.84% -
XYZ 28.71 15.8 3.05 -
YUV 90.17 96.31 216.33 -
System Red Green Blue C M Y K H S L
Decimal 214 38 34 0 0.82 0.84 0.16 1.33 0.73 0.49
Hex D6 26 22 0 52 54 10 1 49 31
Octal 326 46 42 0 122 124 20 1 111 61
Binary 11010110 100110 100010 0 1010010 1010100 10000 1 1001001 110001

Color Harmonies of #D62622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62622

Black with #D62622

Text Example


Text Example

White with #D62622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62622; }

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

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

background-color css

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

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

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

border-color css

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

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

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