Html Css Color HEX #D63330 Persian Red

📋 copy color: '#D63330'

red 214 ◦ green 51 ◦ blue 48

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

Shades of Persian Red #D63330

Tints of Persian Red #D63330

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

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

R = 68.37%
G = 16.29%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D63330 (or 0xD63330) is known color: Persian Red. HEX triplet: D6, 33 and 30. RGB value is (214,51,48). Sum of RGB (Red+Green+Blue) = 214+51+48=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D63330 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63330 is #29CCCF. Grayscale: #636363. Windows color (decimal): -2739408 or 3158998. OLE color: 3158998.

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

Color convert

RGB 214 51 48 -
CMYK 0 0.76 0.78 0.16
HSL 1.08º 0.67% 0.51% -
HSV(B) 1.08º 0.78% 0.84% -
XYZ 29.45 16.88 4.5 -
YUV 99.4 99 209.74 -
System Red Green Blue C M Y K H S L
Decimal 214 51 48 0 0.76 0.78 0.16 1.08 0.67 0.51
Hex D6 33 30 0 4C 4E 10 1 43 33
Octal 326 63 60 0 114 116 20 1 103 63
Binary 11010110 110011 110000 0 1001100 1001110 10000 1 1000011 110011

Color Harmonies of #D63330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63330

Black with #D63330

Text Example


Text Example

White with #D63330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63330; }

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

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

background-color css

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

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

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

border-color css

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

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

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