Html Css Color HEX #D6231F Persian Red

📋 copy color: '#D6231F'

red 214 ◦ green 35 ◦ blue 31

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

Shades of Persian Red #D6231F

Tints of Persian Red #D6231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 76.43%
G = 12.5%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6231F (or 0xD6231F) is known color: Persian Red. HEX triplet: D6, 23 and 1F. RGB value is (214,35,31). Sum of RGB (Red+Green+Blue) = 214+35+31=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6231F is #29DCE0. Grayscale: #585858. Windows color (decimal): -2743521 or 2040790. OLE color: 2040790.

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

Color convert

RGB 214 35 31 -
CMYK 0 0.84 0.86 0.16
HSL 1.31º 0.75% 0.48% -
HSV(B) 1.31º 0.86% 0.84% -
XYZ 28.58 15.6 2.8 -
YUV 88.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 214 35 31 0 0.84 0.86 0.16 1.31 0.75 0.48
Hex D6 23 1F 0 54 56 10 1 4B 30
Octal 326 43 37 0 124 126 20 1 113 60
Binary 11010110 100011 11111 0 1010100 1010110 10000 1 1001011 110000

Color Harmonies of #D6231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6231F

Black with #D6231F

Text Example


Text Example

White with #D6231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6231F; }

 p { color: rgb(214,35,31); }

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

background-color css

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

 a { background-color: rgb(214,35,31); }

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

border-color css

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

 span { border-color: rgb(214,35,31); }

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