Html Css Color HEX #DF0635 Crimson

📋 copy color: '#DF0635'

red 223 ◦ green 6 ◦ blue 53

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

Shades of Crimson #DF0635

Tints of Crimson #DF0635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.79%

R = 79.08%
G = 2.13%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0635 (or 0xDF0635) is known color: Crimson. HEX triplet: DF, 06 and 35. RGB value is (223,6,53). Sum of RGB (Red+Green+Blue) = 223+6+53=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 6 (2.73% from 255 or 2.13% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0635 is #20F9CA. Grayscale: #4C4C4C. Windows color (decimal): -2161099 or 3475167. OLE color: 3475167.

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

Color convert

RGB 223 6 53 -
CMYK 0 0.97 0.76 0.13
HSL 347º 0.95% 0.45% -
HSV(B) 347º 0.97% 0.87% -
XYZ 31.14 16.08 4.83 -
YUV 76.24 114.89 232.68 -
System Red Green Blue C M Y K H S L
Decimal 223 6 53 0 0.97 0.76 0.13 347 0.95 0.45
Hex DF 6 35 0 61 4C D 15B 5F 2D
Octal 337 6 65 0 141 114 15 533 137 55
Binary 11011111 110 110101 0 1100001 1001100 1101 101011011 1011111 101101

Color Harmonies of #DF0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0635

Black with #DF0635

Text Example


Text Example

White with #DF0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0635; }

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

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

background-color css

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

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

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

border-color css

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

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

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