Html Css Color HEX #DF0C3D Crimson

📋 copy color: '#DF0C3D'

red 223 ◦ green 12 ◦ blue 61

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

Shades of Crimson #DF0C3D

Tints of Crimson #DF0C3D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.05%

 BLUE value IS 61 (24.22% from 255) = 20.61%

R = 75.34%
G = 4.05%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF0C3D (or 0xDF0C3D) is known color: Crimson. HEX triplet: DF, 0C and 3D. RGB value is (223,12,61). Sum of RGB (Red+Green+Blue) = 223+12+61=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C3D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C3D is #20F3C2. Grayscale: #505050. Windows color (decimal): -2159555 or 4000991. OLE color: 4000991.

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

Color convert

RGB 223 12 61 -
CMYK 0 0.95 0.73 0.13
HSL 346.07º 0.9% 0.46% -
HSV(B) 346.07º 0.95% 0.87% -
XYZ 31.41 16.29 5.9 -
YUV 80.68 116.9 229.52 -
System Red Green Blue C M Y K H S L
Decimal 223 12 61 0 0.95 0.73 0.13 346.07 0.9 0.46
Hex DF C 3D 0 5F 49 D 15A 5A 2E
Octal 337 14 75 0 137 111 15 532 132 56
Binary 11011111 1100 111101 0 1011111 1001001 1101 101011010 1011010 101110

Color Harmonies of #DF0C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C3D

Black with #DF0C3D

Text Example


Text Example

White with #DF0C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C3D; }

 p { color: rgb(223,12,61); }

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

background-color css

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

 a { background-color: rgb(223,12,61); }

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

border-color css

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

 span { border-color: rgb(223,12,61); }

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