Html Css Color HEX #DF0634 Crimson

📋 copy color: '#DF0634'

red 223 ◦ green 6 ◦ blue 52

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

Shades of Crimson #DF0634

Tints of Crimson #DF0634

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 79.36%
G = 2.14%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DF0634 (or 0xDF0634) is known color: Crimson. HEX triplet: DF, 06 and 34. RGB value is (223,6,52). Sum of RGB (Red+Green+Blue) = 223+6+52=281 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.36% from 281); Green value is 6 (2.73% from 255 or 2.14% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0634 is #20F9CB. Grayscale: #4C4C4C. Windows color (decimal): -2161100 or 3409631. OLE color: 3409631.

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

Color convert

RGB 223 6 52 -
CMYK 0 0.97 0.77 0.13
HSL 347.28º 0.95% 0.45% -
HSV(B) 347.28º 0.97% 0.87% -
XYZ 31.12 16.07 4.71 -
YUV 76.13 114.39 232.76 -
System Red Green Blue C M Y K H S L
Decimal 223 6 52 0 0.97 0.77 0.13 347.28 0.95 0.45
Hex DF 6 34 0 61 4D D 15B 5F 2D
Octal 337 6 64 0 141 115 15 533 137 55
Binary 11011111 110 110100 0 1100001 1001101 1101 101011011 1011111 101101

Color Harmonies of #DF0634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0634

Black with #DF0634

Text Example


Text Example

White with #DF0634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0634; }

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

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

background-color css

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

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

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

border-color css

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

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

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