Html Css Color HEX #D63B35 Persian Red

📋 copy color: '#D63B35'

red 214 ◦ green 59 ◦ blue 53

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

Shades of Persian Red #D63B35

Tints of Persian Red #D63B35

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.1%

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

R = 65.64%
G = 18.1%
B = 16.26%

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

#D63B35 (or 0xD63B35) is known color: Persian Red. HEX triplet: D6, 3B and 35. RGB value is (214,59,53). Sum of RGB (Red+Green+Blue) = 214+59+53=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D63B35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63B35 is #29C4CA. Grayscale: #686868. Windows color (decimal): -2737355 or 3488726. OLE color: 3488726.

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

Color convert

RGB 214 59 53 -
CMYK 0 0.72 0.75 0.16
HSL 2.24º 0.66% 0.52% -
HSV(B) 2.24º 0.75% 0.84% -
XYZ 29.94 17.68 5.2 -
YUV 104.66 98.85 205.99 -
System Red Green Blue C M Y K H S L
Decimal 214 59 53 0 0.72 0.75 0.16 2.24 0.66 0.52
Hex D6 3B 35 0 48 4B 10 2 42 34
Octal 326 73 65 0 110 113 20 2 102 64
Binary 11010110 111011 110101 0 1001000 1001011 10000 10 1000010 110100

Color Harmonies of #D63B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63B35

Black with #D63B35

Text Example


Text Example

White with #D63B35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63B35; }

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

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

background-color css

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

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

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

border-color css

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

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

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