Html Css Color HEX #D63222 Persian Red

📋 copy color: '#D63222'

red 214 ◦ green 50 ◦ blue 34

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

Shades of Persian Red #D63222

Tints of Persian Red #D63222

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.78%

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

R = 71.81%
G = 16.78%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63222 (or 0xD63222) is known color: Persian Red. HEX triplet: D6, 32 and 22. RGB value is (214,50,34). Sum of RGB (Red+Green+Blue) = 214+50+34=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 50 (19.92% from 255 or 16.78% from 298); Blue value is 34 (13.67% from 255 or 11.41% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D63222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63222 is #29CDDD. Grayscale: #616161. Windows color (decimal): -2739678 or 2241238. OLE color: 2241238.

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

Color convert

RGB 214 50 34 -
CMYK 0 0.77 0.84 0.16
HSL 5.33º 0.73% 0.49% -
HSV(B) 5.33º 0.84% 0.84% -
XYZ 29.16 16.69 3.2 -
YUV 97.21 92.33 211.3 -
System Red Green Blue C M Y K H S L
Decimal 214 50 34 0 0.77 0.84 0.16 5.33 0.73 0.49
Hex D6 32 22 0 4D 54 10 5 49 31
Octal 326 62 42 0 115 124 20 5 111 61
Binary 11010110 110010 100010 0 1001101 1010100 10000 101 1001001 110001

Color Harmonies of #D63222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63222

Black with #D63222

Text Example


Text Example

White with #D63222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63222; }

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

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

background-color css

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

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

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

border-color css

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

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

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