Html Css Color HEX #DC241F Persian Red

📋 copy color: '#DC241F'

red 220 ◦ green 36 ◦ blue 31

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

Shades of Persian Red #DC241F

Tints of Persian Red #DC241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.54%

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

R = 76.66%
G = 12.54%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC241F (or 0xDC241F) is known color: Persian Red. HEX triplet: DC, 24 and 1F. RGB value is (220,36,31). Sum of RGB (Red+Green+Blue) = 220+36+31=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC241F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC241F is #23DBE0. Grayscale: #5A5A5A. Windows color (decimal): -2350049 or 2041052. OLE color: 2041052.

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

Color convert

RGB 220 36 31 -
CMYK 0 0.84 0.86 0.14
HSL 1.59º 0.75% 0.49% -
HSV(B) 1.59º 0.86% 0.86% -
XYZ 30.39 16.58 2.89 -
YUV 90.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 220 36 31 0 0.84 0.86 0.14 1.59 0.75 0.49
Hex DC 24 1F 0 54 56 E 2 4B 31
Octal 334 44 37 0 124 126 16 2 113 61
Binary 11011100 100100 11111 0 1010100 1010110 1110 10 1001011 110001

Color Harmonies of #DC241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC241F

Black with #DC241F

Text Example


Text Example

White with #DC241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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