Html Css Color HEX #D00242 Crimson

📋 copy color: '#D00242'

red 208 ◦ green 2 ◦ blue 66

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

Shades of Crimson #D00242

Tints of Crimson #D00242

RGB

 RED value IS 208 (81.64% from 255) = 75.36%

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

 BLUE value IS 66 (26.17% from 255) = 23.91%

R = 75.36%
G = 0.72%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#D00242 (or 0xD00242) is known color: Crimson. HEX triplet: D0, 02 and 42. RGB value is (208,2,66). Sum of RGB (Red+Green+Blue) = 208+2+66=276 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.36% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 66 (26.17% from 255 or 23.91% from 276); Max value from RGB is 208 - color contains mainly: red. Hex color #D00242 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00242 is #2FFDBD. Grayscale: #464646. Windows color (decimal): -3145150 or 4326096. OLE color: 4326096.

HSL color Cylindrical-coordinate representation of color #D00242: hue angle of 341.36º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D00242 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 66 -
CMYK 0 0.99 0.68 0.18
HSL 341.36º 0.98% 0.41% -
HSV(B) 341.36º 0.99% 0.82% -
XYZ 27.02 13.85 6.4 -
YUV 70.89 125.25 225.8 -
System Red Green Blue C M Y K H S L
Decimal 208 2 66 0 0.99 0.68 0.18 341.36 0.98 0.41
Hex D0 2 42 0 63 44 12 155 62 29
Octal 320 2 102 0 143 104 22 525 142 51
Binary 11010000 10 1000010 0 1100011 1000100 10010 101010101 1100010 101001

Color Harmonies of #D00242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00242

Black with #D00242

Text Example


Text Example

White with #D00242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00242; }

 p { color: rgb(208,2,66); }

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

background-color css

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

 a { background-color: rgb(208,2,66); }

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

border-color css

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

 span { border-color: rgb(208,2,66); }

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