Html Css Color HEX #D63530 Persian Red

📋 copy color: '#D63530'

red 214 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #D63530

Tints of Persian Red #D63530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 67.94%
G = 16.83%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63530 (or 0xD63530) is known color: Persian Red. HEX triplet: D6, 35 and 30. RGB value is (214,53,48). Sum of RGB (Red+Green+Blue) = 214+53+48=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D63530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63530 is #29CACF. Grayscale: #646464. Windows color (decimal): -2738896 or 3159510. OLE color: 3159510.

HSL color Cylindrical-coordinate representation of color #D63530: hue angle of 1.81º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D63530 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 53 48 -
CMYK 0 0.75 0.78 0.16
HSL 1.81º 0.67% 0.51% -
HSV(B) 1.81º 0.78% 0.84% -
XYZ 29.54 17.06 4.53 -
YUV 100.57 98.34 208.91 -
System Red Green Blue C M Y K H S L
Decimal 214 53 48 0 0.75 0.78 0.16 1.81 0.67 0.51
Hex D6 35 30 0 4B 4E 10 2 43 33
Octal 326 65 60 0 113 116 20 2 103 63
Binary 11010110 110101 110000 0 1001011 1001110 10000 10 1000011 110011

Color Harmonies of #D63530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63530

Black with #D63530

Text Example


Text Example

White with #D63530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63530; }

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

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

background-color css

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

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

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

border-color css

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

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

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