Html Css Color HEX #D63C3A Persian Red

📋 copy color: '#D63C3A'

red 214 ◦ green 60 ◦ blue 58

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

Shades of Persian Red #D63C3A

Tints of Persian Red #D63C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 64.46%
G = 18.07%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D63C3A (or 0xD63C3A) is known color: Persian Red. HEX triplet: D6, 3C and 3A. RGB value is (214,60,58). Sum of RGB (Red+Green+Blue) = 214+60+58=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C3A is #29C3C5. Grayscale: #696969. Windows color (decimal): -2737094 or 3816662. OLE color: 3816662.

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

Color convert

RGB 214 60 58 -
CMYK 0 0.72 0.73 0.16
HSL 0.77º 0.66% 0.53% -
HSV(B) 0.77º 0.73% 0.84% -
XYZ 30.11 17.83 5.86 -
YUV 105.82 101.02 205.16 -
System Red Green Blue C M Y K H S L
Decimal 214 60 58 0 0.72 0.73 0.16 0.77 0.66 0.53
Hex D6 3C 3A 0 48 49 10 1 42 35
Octal 326 74 72 0 110 111 20 1 102 65
Binary 11010110 111100 111010 0 1001000 1001001 10000 1 1000010 110101

Color Harmonies of #D63C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C3A

Black with #D63C3A

Text Example


Text Example

White with #D63C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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