Html Css Color HEX #D63A2A Persian Red

📋 copy color: '#D63A2A'

red 214 ◦ green 58 ◦ blue 42

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

Shades of Persian Red #D63A2A

Tints of Persian Red #D63A2A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.47%

 BLUE value IS 42 (16.8% from 255) = 13.38%

R = 68.15%
G = 18.47%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D63A2A (or 0xD63A2A) is known color: Persian Red. HEX triplet: D6, 3A and 2A. RGB value is (214,58,42). Sum of RGB (Red+Green+Blue) = 214+58+42=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 58 (23.05% from 255 or 18.47% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D63A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63A2A is #29C5D5. Grayscale: #676767. Windows color (decimal): -2737622 or 2767574. OLE color: 2767574.

HSL color Cylindrical-coordinate representation of color #D63A2A: hue angle of 5.58º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D63A2A is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 58 42 -
CMYK 0 0.73 0.80 0.16
HSL 5.58º 0.68% 0.5% -
HSV(B) 5.58º 0.8% 0.84% -
XYZ 29.66 17.49 4 -
YUV 102.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 214 58 42 0 0.73 0.80 0.16 5.58 0.68 0.5
Hex D6 3A 2A 0 49 50 10 6 44 32
Octal 326 72 52 0 111 120 20 6 104 62
Binary 11010110 111010 101010 0 1001001 1010000 10000 110 1000100 110010

Color Harmonies of #D63A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63A2A

Black with #D63A2A

Text Example


Text Example

White with #D63A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63A2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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