Html Css Color HEX #D63130 Persian Red

📋 copy color: '#D63130'

red 214 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #D63130

Tints of Persian Red #D63130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 68.81%
G = 15.76%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63130 (or 0xD63130) is known color: Persian Red. HEX triplet: D6, 31 and 30. RGB value is (214,49,48). Sum of RGB (Red+Green+Blue) = 214+49+48=311 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.81% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 214 - color contains mainly: red. Hex color #D63130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63130 is #29CECF. Grayscale: #626262. Windows color (decimal): -2739920 or 3158486. OLE color: 3158486.

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

Color convert

RGB 214 49 48 -
CMYK 0 0.77 0.78 0.16
HSL 0.36º 0.67% 0.51% -
HSV(B) 0.36º 0.78% 0.84% -
XYZ 29.36 16.71 4.47 -
YUV 98.22 99.66 210.58 -
System Red Green Blue C M Y K H S L
Decimal 214 49 48 0 0.77 0.78 0.16 0.36 0.67 0.51
Hex D6 31 30 0 4D 4E 10 0 43 33
Octal 326 61 60 0 115 116 20 0 103 63
Binary 11010110 110001 110000 0 1001101 1001110 10000 0 1000011 110011

Color Harmonies of #D63130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63130

Black with #D63130

Text Example


Text Example

White with #D63130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63130; }

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

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

background-color css

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

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

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

border-color css

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

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

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