Html Css Color HEX #D62222 Persian Red

📋 copy color: '#D62222'

red 214 ◦ green 34 ◦ blue 34

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

Shades of Persian Red #D62222

Tints of Persian Red #D62222

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.06%

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

R = 75.89%
G = 12.06%
B = 12.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D62222 (or 0xD62222) is known color: Persian Red. HEX triplet: D6, 22 and 22. RGB value is (214,34,34). Sum of RGB (Red+Green+Blue) = 214+34+34=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 34 (13.67% from 255 or 12.06% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D62222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62222 is #29DDDD. Grayscale: #585858. Windows color (decimal): -2743774 or 2237142. OLE color: 2237142.

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

Color convert

RGB 214 34 34 -
CMYK 0 0.84 0.84 0.16
HSL 0.73% 0.49% -
HSV(B) 0.84% 0.84% -
XYZ 28.59 15.56 3.01 -
YUV 87.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 214 34 34 0 0.84 0.84 0.16 0 0.73 0.49
Hex D6 22 22 0 54 54 10 0 49 31
Octal 326 42 42 0 124 124 20 0 111 61
Binary 11010110 100010 100010 0 1010100 1010100 10000 0 1001001 110001

Color Harmonies of #D62222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62222

Black with #D62222

Text Example


Text Example

White with #D62222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62222; }

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

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

background-color css

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

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

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

border-color css

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

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

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