Html Css Color HEX #D63C35 Persian Red

📋 copy color: '#D63C35'

red 214 ◦ green 60 ◦ blue 53

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

Shades of Persian Red #D63C35

Tints of Persian Red #D63C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 16.21%

R = 65.44%
G = 18.35%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D63C35 (or 0xD63C35) is known color: Persian Red. HEX triplet: D6, 3C and 35. RGB value is (214,60,53). Sum of RGB (Red+Green+Blue) = 214+60+53=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 53 (21.09% from 255 or 16.21% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C35 is #29C3CA. Grayscale: #696969. Windows color (decimal): -2737099 or 3488982. OLE color: 3488982.

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

Color convert

RGB 214 60 53 -
CMYK 0 0.72 0.75 0.16
HSL 2.61º 0.66% 0.52% -
HSV(B) 2.61º 0.75% 0.84% -
XYZ 29.99 17.78 5.22 -
YUV 105.25 98.52 205.57 -
System Red Green Blue C M Y K H S L
Decimal 214 60 53 0 0.72 0.75 0.16 2.61 0.66 0.52
Hex D6 3C 35 0 48 4B 10 3 42 34
Octal 326 74 65 0 110 113 20 3 102 64
Binary 11010110 111100 110101 0 1001000 1001011 10000 11 1000010 110100

Color Harmonies of #D63C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C35

Black with #D63C35

Text Example


Text Example

White with #D63C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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