Html Css Color HEX #D63730 Persian Red

📋 copy color: '#D63730'

red 214 ◦ green 55 ◦ blue 48

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

Shades of Persian Red #D63730

Tints of Persian Red #D63730

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 67.51%
G = 17.35%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63730 (or 0xD63730) is known color: Persian Red. HEX triplet: D6, 37 and 30. RGB value is (214,55,48). Sum of RGB (Red+Green+Blue) = 214+55+48=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63730 is #29C8CF. Grayscale: #656565. Windows color (decimal): -2738384 or 3160022. OLE color: 3160022.

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

Color convert

RGB 214 55 48 -
CMYK 0 0.74 0.78 0.16
HSL 2.53º 0.67% 0.51% -
HSV(B) 2.53º 0.78% 0.84% -
XYZ 29.63 17.24 4.56 -
YUV 101.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 214 55 48 0 0.74 0.78 0.16 2.53 0.67 0.51
Hex D6 37 30 0 4A 4E 10 3 43 33
Octal 326 67 60 0 112 116 20 3 103 63
Binary 11010110 110111 110000 0 1001010 1001110 10000 11 1000011 110011

Color Harmonies of #D63730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63730

Black with #D63730

Text Example


Text Example

White with #D63730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63730; }

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

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

background-color css

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

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

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

border-color css

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

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

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