Html Css Color HEX #D63834 Persian Red

📋 copy color: '#D63834'

red 214 ◦ green 56 ◦ blue 52

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

Shades of Persian Red #D63834

Tints of Persian Red #D63834

RGB

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

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

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

R = 66.46%
G = 17.39%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63834 (or 0xD63834) is known color: Persian Red. HEX triplet: D6, 38 and 34. RGB value is (214,56,52). Sum of RGB (Red+Green+Blue) = 214+56+52=322 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.46% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 214 - color contains mainly: red. Hex color #D63834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63834 is #29C7CB. Grayscale: #666666. Windows color (decimal): -2738124 or 3422422. OLE color: 3422422.

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

Color convert

RGB 214 56 52 -
CMYK 0 0.74 0.76 0.16
HSL 1.48º 0.66% 0.52% -
HSV(B) 1.48º 0.76% 0.84% -
XYZ 29.77 17.37 5.03 -
YUV 102.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 214 56 52 0 0.74 0.76 0.16 1.48 0.66 0.52
Hex D6 38 34 0 4A 4C 10 1 42 34
Octal 326 70 64 0 112 114 20 1 102 64
Binary 11010110 111000 110100 0 1001010 1001100 10000 1 1000010 110100

Color Harmonies of #D63834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63834

Black with #D63834

Text Example


Text Example

White with #D63834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63834; }

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

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

background-color css

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

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

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

border-color css

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

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

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