Html Css Color HEX #D63833 Persian Red

📋 copy color: '#D63833'

red 214 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #D63833

Tints of Persian Red #D63833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

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

R = 66.67%
G = 17.45%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#D63833 (or 0xD63833) is known color: Persian Red. HEX triplet: D6, 38 and 33. RGB value is (214,56,51). Sum of RGB (Red+Green+Blue) = 214+56+51=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 51 (20.31% from 255 or 15.89% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D63833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63833 is #29C7CC. Grayscale: #666666. Windows color (decimal): -2738125 or 3356886. OLE color: 3356886.

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

Color convert

RGB 214 56 51 -
CMYK 0 0.74 0.76 0.16
HSL 1.84º 0.67% 0.52% -
HSV(B) 1.84º 0.76% 0.84% -
XYZ 29.74 17.36 4.92 -
YUV 102.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 214 56 51 0 0.74 0.76 0.16 1.84 0.67 0.52
Hex D6 38 33 0 4A 4C 10 2 43 34
Octal 326 70 63 0 112 114 20 2 103 64
Binary 11010110 111000 110011 0 1001010 1001100 10000 10 1000011 110100

Color Harmonies of #D63833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63833

Black with #D63833

Text Example


Text Example

White with #D63833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63833; }

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

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

background-color css

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

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

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

border-color css

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

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

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