Html Css Color HEX #DA231F Persian Red

📋 copy color: '#DA231F'

red 218 ◦ green 35 ◦ blue 31

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

Shades of Persian Red #DA231F

Tints of Persian Red #DA231F

RGB

 RED value IS 218 (85.55% from 255) = 76.76%

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

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

R = 76.76%
G = 12.32%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA231F (or 0xDA231F) is known color: Persian Red. HEX triplet: DA, 23 and 1F. RGB value is (218,35,31). Sum of RGB (Red+Green+Blue) = 218+35+31=284 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.76% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 31 (12.5% from 255 or 10.92% from 284); Max value from RGB is 218 - color contains mainly: red. Hex color #DA231F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA231F is #25DCE0. Grayscale: #595959. Windows color (decimal): -2481377 or 2040794. OLE color: 2040794.

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

Color convert

RGB 218 35 31 -
CMYK 0 0.84 0.86 0.15
HSL 1.28º 0.75% 0.49% -
HSV(B) 1.28º 0.86% 0.85% -
XYZ 29.76 16.21 2.86 -
YUV 89.26 95.13 219.83 -
System Red Green Blue C M Y K H S L
Decimal 218 35 31 0 0.84 0.86 0.15 1.28 0.75 0.49
Hex DA 23 1F 0 54 56 F 1 4B 31
Octal 332 43 37 0 124 126 17 1 113 61
Binary 11011010 100011 11111 0 1010100 1010110 1111 1 1001011 110001

Color Harmonies of #DA231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA231F

Black with #DA231F

Text Example


Text Example

White with #DA231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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