Html Css Color HEX #DF0127 Crimson

📋 copy color: '#DF0127'

red 223 ◦ green 1 ◦ blue 39

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

Shades of Crimson #DF0127

Tints of Crimson #DF0127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 39 (15.63% from 255) = 14.83%

R = 84.79%
G = 0.38%
B = 14.83%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DF0127 (or 0xDF0127) is known color: Crimson. HEX triplet: DF, 01 and 27. RGB value is (223,1,39). Sum of RGB (Red+Green+Blue) = 223+1+39=263 (34% of max value = 765). Red value is 223 (87.5% from 255 or 84.79% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0127 is #20FED8. Grayscale: #474747. Windows color (decimal): -2162393 or 2556383. OLE color: 2556383.

HSL color Cylindrical-coordinate representation of color #DF0127: hue angle of 349.73º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0127 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 1 39 -
CMYK 0 1.00 0.83 0.13
HSL 349.73º 0.99% 0.44% -
HSV(B) 349.73º 1% 0.87% -
XYZ 30.81 15.86 3.36 -
YUV 71.71 109.55 235.91 -
System Red Green Blue C M Y K H S L
Decimal 223 1 39 0 1.00 0.83 0.13 349.73 0.99 0.44
Hex DF 1 27 0 64 53 D 15E 63 2C
Octal 337 1 47 0 144 123 15 536 143 54
Binary 11011111 1 100111 0 1100100 1010011 1101 101011110 1100011 101100

Color Harmonies of #DF0127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0127

Black with #DF0127

Text Example


Text Example

White with #DF0127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0127; }

 p { color: rgb(223,1,39); }

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

background-color css

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

 a { background-color: rgb(223,1,39); }

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

border-color css

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

 span { border-color: rgb(223,1,39); }

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