Html Css Color HEX #DF3025 Cinnabar

📋 copy color: '#DF3025'

red 223 ◦ green 48 ◦ blue 37

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

Shades of Cinnabar #DF3025

Tints of Cinnabar #DF3025

RGB

 RED value IS 223 (87.5% from 255) = 72.4%

 GREEN value IS 48 (19.14% from 255) = 15.58%

 BLUE value IS 37 (14.84% from 255) = 12.01%

R = 72.4%
G = 15.58%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3025 (or 0xDF3025) is known color: Cinnabar. HEX triplet: DF, 30 and 25. RGB value is (223,48,37). Sum of RGB (Red+Green+Blue) = 223+48+37=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 48 (19.14% from 255 or 15.58% from 308); Blue value is 37 (14.84% from 255 or 12.01% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3025 is #20CFDA. Grayscale: #636363. Windows color (decimal): -2150363 or 2437343. OLE color: 2437343.

HSL color Cylindrical-coordinate representation of color #DF3025: hue angle of 3.55º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DF3025 is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 37 -
CMYK 0 0.78 0.83 0.13
HSL 3.55º 0.74% 0.51% -
HSV(B) 3.55º 0.83% 0.87% -
XYZ 31.82 17.94 3.53 -
YUV 99.07 92.98 216.39 -
System Red Green Blue C M Y K H S L
Decimal 223 48 37 0 0.78 0.83 0.13 3.55 0.74 0.51
Hex DF 30 25 0 4E 53 D 4 4A 33
Octal 337 60 45 0 116 123 15 4 112 63
Binary 11011111 110000 100101 0 1001110 1010011 1101 100 1001010 110011

Color Harmonies of #DF3025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3025

Black with #DF3025

Text Example


Text Example

White with #DF3025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3025; }

 p { color: rgb(223,48,37); }

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

background-color css

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

 a { background-color: rgb(223,48,37); }

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

border-color css

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

 span { border-color: rgb(223,48,37); }

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