Html Css Color HEX #DF3D25 Cinnabar

📋 copy color: '#DF3D25'

red 223 ◦ green 61 ◦ blue 37

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

Shades of Cinnabar #DF3D25

Tints of Cinnabar #DF3D25

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 69.47%
G = 19%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF3D25 (or 0xDF3D25) is known color: Cinnabar. HEX triplet: DF, 3D and 25. RGB value is (223,61,37). Sum of RGB (Red+Green+Blue) = 223+61+37=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3D25 is #20C2DA. Grayscale: #6A6A6A. Windows color (decimal): -2147035 or 2440671. OLE color: 2440671.

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

Color convert

RGB 223 61 37 -
CMYK 0 0.73 0.83 0.13
HSL 7.74º 0.74% 0.51% -
HSV(B) 7.74º 0.83% 0.87% -
XYZ 32.43 19.16 3.74 -
YUV 106.7 88.67 210.95 -
System Red Green Blue C M Y K H S L
Decimal 223 61 37 0 0.73 0.83 0.13 7.74 0.74 0.51
Hex DF 3D 25 0 49 53 D 8 4A 33
Octal 337 75 45 0 111 123 15 10 112 63
Binary 11011111 111101 100101 0 1001001 1010011 1101 1000 1001010 110011

Color Harmonies of #DF3D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D25

Black with #DF3D25

Text Example


Text Example

White with #DF3D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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