Html Css Color HEX #DA251F Persian Red

📋 copy color: '#DA251F'

red 218 ◦ green 37 ◦ blue 31

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

Shades of Persian Red #DA251F

Tints of Persian Red #DA251F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.94%

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

R = 76.22%
G = 12.94%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA251F (or 0xDA251F) is known color: Persian Red. HEX triplet: DA, 25 and 1F. RGB value is (218,37,31). Sum of RGB (Red+Green+Blue) = 218+37+31=286 (37% of max value = 765). Red value is 218 (85.55% from 255 or 76.22% from 286); Green value is 37 (14.84% from 255 or 12.94% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 218 - color contains mainly: red. Hex color #DA251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA251F is #25DAE0. Grayscale: #5A5A5A. Windows color (decimal): -2480865 or 2041306. OLE color: 2041306.

HSL color Cylindrical-coordinate representation of color #DA251F: hue angle of 1.93º 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 #DA251F is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 37 31 -
CMYK 0 0.83 0.86 0.15
HSL 1.93º 0.75% 0.49% -
HSV(B) 1.93º 0.86% 0.85% -
XYZ 29.82 16.33 2.88 -
YUV 90.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 218 37 31 0 0.83 0.86 0.15 1.93 0.75 0.49
Hex DA 25 1F 0 53 56 F 2 4B 31
Octal 332 45 37 0 123 126 17 2 113 61
Binary 11011010 100101 11111 0 1010011 1010110 1111 10 1001011 110001

Color Harmonies of #DA251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA251F

Black with #DA251F

Text Example


Text Example

White with #DA251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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