Html Css Color HEX #D63C34 Persian Red

📋 copy color: '#D63C34'

red 214 ◦ green 60 ◦ blue 52

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

Shades of Persian Red #D63C34

Tints of Persian Red #D63C34

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

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

R = 65.64%
G = 18.4%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63C34 (or 0xD63C34) is known color: Persian Red. HEX triplet: D6, 3C and 34. RGB value is (214,60,52). Sum of RGB (Red+Green+Blue) = 214+60+52=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C34 is #29C3CB. Grayscale: #696969. Windows color (decimal): -2737100 or 3423446. OLE color: 3423446.

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

Color convert

RGB 214 60 52 -
CMYK 0 0.72 0.76 0.16
HSL 2.96º 0.66% 0.52% -
HSV(B) 2.96º 0.76% 0.84% -
XYZ 29.97 17.78 5.1 -
YUV 105.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 214 60 52 0 0.72 0.76 0.16 2.96 0.66 0.52
Hex D6 3C 34 0 48 4C 10 3 42 34
Octal 326 74 64 0 110 114 20 3 102 64
Binary 11010110 111100 110100 0 1001000 1001100 10000 11 1000010 110100

Color Harmonies of #D63C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C34

Black with #D63C34

Text Example


Text Example

White with #D63C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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