Html Css Color HEX #D63333 Persian Red

📋 copy color: '#D63333'

red 214 ◦ green 51 ◦ blue 51

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

Shades of Persian Red #D63333

Tints of Persian Red #D63333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.14%

R = 67.72%
G = 16.14%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63333 (or 0xD63333) is known color: Persian Red. HEX triplet: D6, 33 and 33. RGB value is (214,51,51). Sum of RGB (Red+Green+Blue) = 214+51+51=316 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.72% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 214 - color contains mainly: red. Hex color #D63333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63333 is #29CCCC. Grayscale: #636363. Windows color (decimal): -2739405 or 3355606. OLE color: 3355606.

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

Color convert

RGB 214 51 51 -
CMYK 0 0.76 0.76 0.16
HSL 0.67% 0.52% -
HSV(B) 0.76% 0.84% -
XYZ 29.51 16.9 4.84 -
YUV 99.74 100.5 209.5 -
System Red Green Blue C M Y K H S L
Decimal 214 51 51 0 0.76 0.76 0.16 0 0.67 0.52
Hex D6 33 33 0 4C 4C 10 0 43 34
Octal 326 63 63 0 114 114 20 0 103 64
Binary 11010110 110011 110011 0 1001100 1001100 10000 0 1000011 110100

Color Harmonies of #D63333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63333

Black with #D63333

Text Example


Text Example

White with #D63333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63333; }

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

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

background-color css

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

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

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

border-color css

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

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

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