Html Css Color HEX #DF0C29 Crimson

📋 copy color: '#DF0C29'

red 223 ◦ green 12 ◦ blue 41

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

Shades of Crimson #DF0C29

Tints of Crimson #DF0C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 14.86%

R = 80.8%
G = 4.35%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DF0C29 (or 0xDF0C29) is known color: Crimson. HEX triplet: DF, 0C and 29. RGB value is (223,12,41). Sum of RGB (Red+Green+Blue) = 223+12+41=276 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.80% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0C29 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0C29 is #20F3D6. Grayscale: #4E4E4E. Windows color (decimal): -2159575 or 2690271. OLE color: 2690271.

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

Color convert

RGB 223 12 41 -
CMYK 0 0.95 0.82 0.13
HSL 351.75º 0.9% 0.46% -
HSV(B) 351.75º 0.95% 0.87% -
XYZ 30.96 16.11 3.58 -
YUV 78.4 106.9 231.14 -
System Red Green Blue C M Y K H S L
Decimal 223 12 41 0 0.95 0.82 0.13 351.75 0.9 0.46
Hex DF C 29 0 5F 52 D 160 5A 2E
Octal 337 14 51 0 137 122 15 540 132 56
Binary 11011111 1100 101001 0 1011111 1010010 1101 101100000 1011010 101110

Color Harmonies of #DF0C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0C29

Black with #DF0C29

Text Example


Text Example

White with #DF0C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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