Html Css Color HEX #D63433 Persian Red

📋 copy color: '#D63433'

red 214 ◦ green 52 ◦ blue 51

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

Shades of Persian Red #D63433

Tints of Persian Red #D63433

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.4%

 BLUE value IS 51 (20.31% from 255) = 16.09%

R = 67.51%
G = 16.4%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63433 (or 0xD63433) is known color: Persian Red. HEX triplet: D6, 34 and 33. RGB value is (214,52,51). Sum of RGB (Red+Green+Blue) = 214+52+51=317 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.51% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 214 - color contains mainly: red. Hex color #D63433 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63433 is #29CBCC. Grayscale: #646464. Windows color (decimal): -2739149 or 3355862. OLE color: 3355862.

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

Color convert

RGB 214 52 51 -
CMYK 0 0.76 0.76 0.16
HSL 0.37º 0.67% 0.52% -
HSV(B) 0.37º 0.76% 0.84% -
XYZ 29.56 16.99 4.85 -
YUV 100.32 100.17 209.08 -
System Red Green Blue C M Y K H S L
Decimal 214 52 51 0 0.76 0.76 0.16 0.37 0.67 0.52
Hex D6 34 33 0 4C 4C 10 0 43 34
Octal 326 64 63 0 114 114 20 0 103 64
Binary 11010110 110100 110011 0 1001100 1001100 10000 0 1000011 110100

Color Harmonies of #D63433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63433

Black with #D63433

Text Example


Text Example

White with #D63433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63433; }

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

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

background-color css

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

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

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

border-color css

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

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

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