Html Css Color HEX #D63225 Persian Red

📋 copy color: '#D63225'

red 214 ◦ green 50 ◦ blue 37

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

Shades of Persian Red #D63225

Tints of Persian Red #D63225

RGB

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

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

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

R = 71.1%
G = 16.61%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D63225 (or 0xD63225) is known color: Persian Red. HEX triplet: D6, 32 and 25. RGB value is (214,50,37). Sum of RGB (Red+Green+Blue) = 214+50+37=301 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.10% from 301); Green value is 50 (19.92% from 255 or 16.61% from 301); Blue value is 37 (14.84% from 255 or 12.29% from 301); Max value from RGB is 214 - color contains mainly: red. Hex color #D63225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63225 is #29CDDA. Grayscale: #616161. Windows color (decimal): -2739675 or 2437846. OLE color: 2437846.

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

Color convert

RGB 214 50 37 -
CMYK 0 0.77 0.83 0.16
HSL 4.41º 0.71% 0.49% -
HSV(B) 4.41º 0.83% 0.84% -
XYZ 29.21 16.71 3.44 -
YUV 97.55 93.83 211.06 -
System Red Green Blue C M Y K H S L
Decimal 214 50 37 0 0.77 0.83 0.16 4.41 0.71 0.49
Hex D6 32 25 0 4D 53 10 4 47 31
Octal 326 62 45 0 115 123 20 4 107 61
Binary 11010110 110010 100101 0 1001101 1010011 10000 100 1000111 110001

Color Harmonies of #D63225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63225

Black with #D63225

Text Example


Text Example

White with #D63225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63225; }

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

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

background-color css

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

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

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

border-color css

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

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

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