Html Css Color HEX #DF063A Crimson

📋 copy color: '#DF063A'

red 223 ◦ green 6 ◦ blue 58

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

Shades of Crimson #DF063A

Tints of Crimson #DF063A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.21%

R = 77.7%
G = 2.09%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF063A (or 0xDF063A) is known color: Crimson. HEX triplet: DF, 06 and 3A. RGB value is (223,6,58). Sum of RGB (Red+Green+Blue) = 223+6+58=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF063A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF063A is #20F9C5. Grayscale: #4C4C4C. Windows color (decimal): -2161094 or 3802847. OLE color: 3802847.

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

Color convert

RGB 223 6 58 -
CMYK 0 0.97 0.74 0.13
HSL 345.62º 0.95% 0.45% -
HSV(B) 345.62º 0.97% 0.87% -
XYZ 31.26 16.12 5.47 -
YUV 76.81 117.39 232.27 -
System Red Green Blue C M Y K H S L
Decimal 223 6 58 0 0.97 0.74 0.13 345.62 0.95 0.45
Hex DF 6 3A 0 61 4A D 15A 5F 2D
Octal 337 6 72 0 141 112 15 532 137 55
Binary 11011111 110 111010 0 1100001 1001010 1101 101011010 1011111 101101

Color Harmonies of #DF063A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF063A

Black with #DF063A

Text Example


Text Example

White with #DF063A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF063A; }

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

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

background-color css

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

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

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

border-color css

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

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

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