Html Css Color HEX #D63022 Persian Red

📋 copy color: '#D63022'

red 214 ◦ green 48 ◦ blue 34

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

Shades of Persian Red #D63022

Tints of Persian Red #D63022

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.22%

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

R = 72.3%
G = 16.22%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63022 (or 0xD63022) is known color: Persian Red. HEX triplet: D6, 30 and 22. RGB value is (214,48,34). Sum of RGB (Red+Green+Blue) = 214+48+34=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 48 (19.14% from 255 or 16.22% from 296); Blue value is 34 (13.67% from 255 or 11.49% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D63022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63022 is #29CFDD. Grayscale: #606060. Windows color (decimal): -2740190 or 2240726. OLE color: 2240726.

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

Color convert

RGB 214 48 34 -
CMYK 0 0.78 0.84 0.16
HSL 4.67º 0.73% 0.49% -
HSV(B) 4.67º 0.84% 0.84% -
XYZ 29.08 16.53 3.17 -
YUV 96.04 93 212.14 -
System Red Green Blue C M Y K H S L
Decimal 214 48 34 0 0.78 0.84 0.16 4.67 0.73 0.49
Hex D6 30 22 0 4E 54 10 5 49 31
Octal 326 60 42 0 116 124 20 5 111 61
Binary 11010110 110000 100010 0 1001110 1010100 10000 101 1001001 110001

Color Harmonies of #D63022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63022

Black with #D63022

Text Example


Text Example

White with #D63022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63022; }

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

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

background-color css

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

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

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

border-color css

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

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

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