Html Css Color HEX #D60238 Crimson

📋 copy color: '#D60238'

red 214 ◦ green 2 ◦ blue 56

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

Shades of Crimson #D60238

Tints of Crimson #D60238

RGB

 RED value IS 214 (83.98% from 255) = 78.68%

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 78.68%
G = 0.74%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D60238 (or 0xD60238) is known color: Crimson. HEX triplet: D6, 02 and 38. RGB value is (214,2,56). Sum of RGB (Red+Green+Blue) = 214+2+56=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D60238 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D60238 is #29FDC7. Grayscale: #474747. Windows color (decimal): -2751944 or 3670742. OLE color: 3670742.

HSL color Cylindrical-coordinate representation of color #D60238: hue angle of 344.72º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D60238 is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 2 56 -
CMYK 0 0.99 0.74 0.16
HSL 344.72º 0.98% 0.42% -
HSV(B) 344.72º 0.99% 0.84% -
XYZ 28.47 14.63 5.06 -
YUV 71.54 119.24 229.61 -
System Red Green Blue C M Y K H S L
Decimal 214 2 56 0 0.99 0.74 0.16 344.72 0.98 0.42
Hex D6 2 38 0 63 4A 10 159 62 2A
Octal 326 2 70 0 143 112 20 531 142 52
Binary 11010110 10 111000 0 1100011 1001010 10000 101011001 1100010 101010

Color Harmonies of #D60238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60238

Black with #D60238

Text Example


Text Example

White with #D60238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60238; }

 p { color: rgb(214,2,56); }

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

background-color css

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

 a { background-color: rgb(214,2,56); }

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

border-color css

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

 span { border-color: rgb(214,2,56); }

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