Html Css Color HEX #D63323 Persian Red

📋 copy color: '#D63323'

red 214 ◦ green 51 ◦ blue 35

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

Shades of Persian Red #D63323

Tints of Persian Red #D63323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17%

 BLUE value IS 35 (14.06% from 255) = 11.67%

R = 71.33%
G = 17%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63323 (or 0xD63323) is known color: Persian Red. HEX triplet: D6, 33 and 23. RGB value is (214,51,35). Sum of RGB (Red+Green+Blue) = 214+51+35=300 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.33% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 35 (14.06% from 255 or 11.67% from 300); Max value from RGB is 214 - color contains mainly: red. Hex color #D63323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63323 is #29CCDC. Grayscale: #626262. Windows color (decimal): -2739421 or 2307030. OLE color: 2307030.

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

Color convert

RGB 214 51 35 -
CMYK 0 0.76 0.84 0.16
HSL 5.36º 0.72% 0.49% -
HSV(B) 5.36º 0.84% 0.84% -
XYZ 29.22 16.79 3.29 -
YUV 97.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 214 51 35 0 0.76 0.84 0.16 5.36 0.72 0.49
Hex D6 33 23 0 4C 54 10 5 48 31
Octal 326 63 43 0 114 124 20 5 110 61
Binary 11010110 110011 100011 0 1001100 1010100 10000 101 1001000 110001

Color Harmonies of #D63323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63323

Black with #D63323

Text Example


Text Example

White with #D63323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63323; }

 p { color: rgb(214,51,35); }

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

background-color css

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

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

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

border-color css

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

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

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