Html Css Color HEX #DF0F3A Crimson

📋 copy color: '#DF0F3A'

red 223 ◦ green 15 ◦ blue 58

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

Shades of Crimson #DF0F3A

Tints of Crimson #DF0F3A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.07%

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

R = 75.34%
G = 5.07%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF0F3A (or 0xDF0F3A) is known color: Crimson. HEX triplet: DF, 0F and 3A. RGB value is (223,15,58). Sum of RGB (Red+Green+Blue) = 223+15+58=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 15 (6.25% from 255 or 5.07% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0F3A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0F3A is #20F0C5. Grayscale: #525252. Windows color (decimal): -2158790 or 3805151. OLE color: 3805151.

HSL color Cylindrical-coordinate representation of color #DF0F3A: hue angle of 347.6º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0F3A is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 15 58 -
CMYK 0 0.93 0.74 0.13
HSL 347.6º 0.87% 0.47% -
HSV(B) 347.6º 0.93% 0.87% -
XYZ 31.37 16.34 5.5 -
YUV 82.09 114.41 228.5 -
System Red Green Blue C M Y K H S L
Decimal 223 15 58 0 0.93 0.74 0.13 347.6 0.87 0.47
Hex DF F 3A 0 5D 4A D 15C 57 2F
Octal 337 17 72 0 135 112 15 534 127 57
Binary 11011111 1111 111010 0 1011101 1001010 1101 101011100 1010111 101111

Color Harmonies of #DF0F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0F3A

Black with #DF0F3A

Text Example


Text Example

White with #DF0F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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