Html Css Color HEX #DF0632 Crimson

📋 copy color: '#DF0632'

red 223 ◦ green 6 ◦ blue 50

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

Shades of Crimson #DF0632

Tints of Crimson #DF0632

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 50 (19.92% from 255) = 17.92%

R = 79.93%
G = 2.15%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DF0632 (or 0xDF0632) is known color: Crimson. HEX triplet: DF, 06 and 32. RGB value is (223,6,50). Sum of RGB (Red+Green+Blue) = 223+6+50=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 50 (19.92% from 255 or 17.92% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0632 is #20F9CD. Grayscale: #4B4B4B. Windows color (decimal): -2161102 or 3278559. OLE color: 3278559.

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

Color convert

RGB 223 6 50 -
CMYK 0 0.97 0.78 0.13
HSL 347.83º 0.95% 0.45% -
HSV(B) 347.83º 0.97% 0.87% -
XYZ 31.07 16.05 4.48 -
YUV 75.9 113.39 232.92 -
System Red Green Blue C M Y K H S L
Decimal 223 6 50 0 0.97 0.78 0.13 347.83 0.95 0.45
Hex DF 6 32 0 61 4E D 15C 5F 2D
Octal 337 6 62 0 141 116 15 534 137 55
Binary 11011111 110 110010 0 1100001 1001110 1101 101011100 1011111 101101

Color Harmonies of #DF0632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0632

Black with #DF0632

Text Example


Text Example

White with #DF0632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0632; }

 p { color: rgb(223,6,50); }

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

background-color css

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

 a { background-color: rgb(223,6,50); }

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

border-color css

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

 span { border-color: rgb(223,6,50); }

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