Html Css Color HEX #D63634 Persian Red

📋 copy color: '#D63634'

red 214 ◦ green 54 ◦ blue 52

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

Shades of Persian Red #D63634

Tints of Persian Red #D63634

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.88%

 BLUE value IS 52 (20.7% from 255) = 16.25%

R = 66.88%
G = 16.88%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63634 (or 0xD63634) is known color: Persian Red. HEX triplet: D6, 36 and 34. RGB value is (214,54,52). Sum of RGB (Red+Green+Blue) = 214+54+52=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63634 is #29C9CB. Grayscale: #656565. Windows color (decimal): -2738636 or 3421910. OLE color: 3421910.

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

Color convert

RGB 214 54 52 -
CMYK 0 0.75 0.76 0.16
HSL 0.74º 0.66% 0.52% -
HSV(B) 0.74º 0.76% 0.84% -
XYZ 29.67 17.18 5 -
YUV 101.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 214 54 52 0 0.75 0.76 0.16 0.74 0.66 0.52
Hex D6 36 34 0 4B 4C 10 1 42 34
Octal 326 66 64 0 113 114 20 1 102 64
Binary 11010110 110110 110100 0 1001011 1001100 10000 1 1000010 110100

Color Harmonies of #D63634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63634

Black with #D63634

Text Example


Text Example

White with #D63634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63634; }

 p { color: rgb(214,54,52); }

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

background-color css

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

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

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

border-color css

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

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

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