Html Css Color HEX #DC251F Persian Red

📋 copy color: '#DC251F'

red 220 ◦ green 37 ◦ blue 31

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

Shades of Persian Red #DC251F

Tints of Persian Red #DC251F

RGB

 RED value IS 220 (86.33% from 255) = 76.39%

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

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

R = 76.39%
G = 12.85%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC251F (or 0xDC251F) is known color: Persian Red. HEX triplet: DC, 25 and 1F. RGB value is (220,37,31). Sum of RGB (Red+Green+Blue) = 220+37+31=288 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.39% from 288); Green value is 37 (14.84% from 255 or 12.85% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 220 - color contains mainly: red. Hex color #DC251F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC251F is #23DAE0. Grayscale: #5B5B5B. Windows color (decimal): -2349793 or 2041308. OLE color: 2041308.

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

Color convert

RGB 220 37 31 -
CMYK 0 0.83 0.86 0.14
HSL 1.9º 0.75% 0.49% -
HSV(B) 1.9º 0.86% 0.86% -
XYZ 30.42 16.64 2.9 -
YUV 91.03 94.13 219.99 -
System Red Green Blue C M Y K H S L
Decimal 220 37 31 0 0.83 0.86 0.14 1.9 0.75 0.49
Hex DC 25 1F 0 53 56 E 2 4B 31
Octal 334 45 37 0 123 126 16 2 113 61
Binary 11011100 100101 11111 0 1010011 1010110 1110 10 1001011 110001

Color Harmonies of #DC251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC251F

Black with #DC251F

Text Example


Text Example

White with #DC251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC251F; }

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

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

background-color css

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

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

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

border-color css

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

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

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