Html Css Color HEX #D63830 Persian Red

📋 copy color: '#D63830'

red 214 ◦ green 56 ◦ blue 48

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

Shades of Persian Red #D63830

Tints of Persian Red #D63830

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.61%

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

R = 67.3%
G = 17.61%
B = 15.09%

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

#D63830 (or 0xD63830) is known color: Persian Red. HEX triplet: D6, 38 and 30. RGB value is (214,56,48). Sum of RGB (Red+Green+Blue) = 214+56+48=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 56 (22.27% from 255 or 17.61% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D63830 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63830 is #29C7CF. Grayscale: #666666. Windows color (decimal): -2738128 or 3160278. OLE color: 3160278.

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

Color convert

RGB 214 56 48 -
CMYK 0 0.74 0.78 0.16
HSL 2.89º 0.67% 0.51% -
HSV(B) 2.89º 0.78% 0.84% -
XYZ 29.68 17.34 4.58 -
YUV 102.33 97.35 207.65 -
System Red Green Blue C M Y K H S L
Decimal 214 56 48 0 0.74 0.78 0.16 2.89 0.67 0.51
Hex D6 38 30 0 4A 4E 10 3 43 33
Octal 326 70 60 0 112 116 20 3 103 63
Binary 11010110 111000 110000 0 1001010 1001110 10000 11 1000011 110011

Color Harmonies of #D63830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63830

Black with #D63830

Text Example


Text Example

White with #D63830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63830; }

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

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

background-color css

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

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

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

border-color css

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

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

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