Html Css Color HEX #DF0335 Crimson

📋 copy color: '#DF0335'

red 223 ◦ green 3 ◦ blue 53

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

Shades of Crimson #DF0335

Tints of Crimson #DF0335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.08%

 BLUE value IS 53 (21.09% from 255) = 19%

R = 79.93%
G = 1.08%
B = 19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DF0335 (or 0xDF0335) is known color: Crimson. HEX triplet: DF, 03 and 35. RGB value is (223,3,53). Sum of RGB (Red+Green+Blue) = 223+3+53=279 (36% of max value = 765). Red value is 223 (87.5% from 255 or 79.93% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0335 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0335 is #20FCCA. Grayscale: #4A4A4A. Windows color (decimal): -2161867 or 3474399. OLE color: 3474399.

HSL color Cylindrical-coordinate representation of color #DF0335: hue angle of 346.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0335 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 3 53 -
CMYK 0 0.99 0.76 0.13
HSL 346.36º 0.97% 0.44% -
HSV(B) 346.36º 0.99% 0.87% -
XYZ 31.11 16.01 4.82 -
YUV 74.48 115.89 233.93 -
System Red Green Blue C M Y K H S L
Decimal 223 3 53 0 0.99 0.76 0.13 346.36 0.97 0.44
Hex DF 3 35 0 63 4C D 15A 61 2C
Octal 337 3 65 0 143 114 15 532 141 54
Binary 11011111 11 110101 0 1100011 1001100 1101 101011010 1100001 101100

Color Harmonies of #DF0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF0335

Black with #DF0335

Text Example


Text Example

White with #DF0335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF0335; }

 p { color: rgb(223,3,53); }

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

background-color css

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

 a { background-color: rgb(223,3,53); }

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

border-color css

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

 span { border-color: rgb(223,3,53); }

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