Html Css Color HEX #DA261F Persian Red

📋 copy color: '#DA261F'

red 218 ◦ green 38 ◦ blue 31

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

Shades of Persian Red #DA261F

Tints of Persian Red #DA261F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 75.96%
G = 13.24%
B = 10.8%

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

#DA261F (or 0xDA261F) is known color: Persian Red. HEX triplet: DA, 26 and 1F. RGB value is (218,38,31). Sum of RGB (Red+Green+Blue) = 218+38+31=287 (38% of max value = 765). Red value is 218 (85.55% from 255 or 75.96% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 218 - color contains mainly: red. Hex color #DA261F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA261F is #25D9E0. Grayscale: #5B5B5B. Windows color (decimal): -2480609 or 2041562. OLE color: 2041562.

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

Color convert

RGB 218 38 31 -
CMYK 0 0.83 0.86 0.15
HSL 2.25º 0.75% 0.49% -
HSV(B) 2.25º 0.86% 0.85% -
XYZ 29.85 16.39 2.89 -
YUV 91.02 94.13 218.57 -
System Red Green Blue C M Y K H S L
Decimal 218 38 31 0 0.83 0.86 0.15 2.25 0.75 0.49
Hex DA 26 1F 0 53 56 F 2 4B 31
Octal 332 46 37 0 123 126 17 2 113 61
Binary 11011010 100110 11111 0 1010011 1010110 1111 10 1001011 110001

Color Harmonies of #DA261F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA261F

Black with #DA261F

Text Example


Text Example

White with #DA261F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA261F; }

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

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

background-color css

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

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

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

border-color css

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

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

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