Html Css Color HEX #D63325 Persian Red

📋 copy color: '#D63325'

red 214 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #D63325

Tints of Persian Red #D63325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.25%

R = 70.86%
G = 16.89%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D63325 (or 0xD63325) is known color: Persian Red. HEX triplet: D6, 33 and 25. RGB value is (214,51,37). Sum of RGB (Red+Green+Blue) = 214+51+37=302 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.86% from 302); Green value is 51 (20.31% from 255 or 16.89% from 302); Blue value is 37 (14.84% from 255 or 12.25% from 302); Max value from RGB is 214 - color contains mainly: red. Hex color #D63325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63325 is #29CCDA. Grayscale: #626262. Windows color (decimal): -2739419 or 2438102. OLE color: 2438102.

HSL color Cylindrical-coordinate representation of color #D63325: hue angle of 4.75º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D63325 is Cyan = 0, Magento = 0.76, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 37 -
CMYK 0 0.76 0.83 0.16
HSL 4.75º 0.71% 0.49% -
HSV(B) 4.75º 0.83% 0.84% -
XYZ 29.25 16.8 3.45 -
YUV 98.14 93.5 210.64 -
System Red Green Blue C M Y K H S L
Decimal 214 51 37 0 0.76 0.83 0.16 4.75 0.71 0.49
Hex D6 33 25 0 4C 53 10 5 47 31
Octal 326 63 45 0 114 123 20 5 107 61
Binary 11010110 110011 100101 0 1001100 1010011 10000 101 1000111 110001

Color Harmonies of #D63325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63325

Black with #D63325

Text Example


Text Example

White with #D63325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63325; }

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

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

background-color css

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

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

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

border-color css

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

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

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