Html Css Color HEX #D00235 Crimson

📋 copy color: '#D00235'

red 208 ◦ green 2 ◦ blue 53

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

Shades of Crimson #D00235

Tints of Crimson #D00235

RGB

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

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

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

R = 79.09%
G = 0.76%
B = 20.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D00235 (or 0xD00235) is known color: Crimson. HEX triplet: D0, 02 and 35. RGB value is (208,2,53). Sum of RGB (Red+Green+Blue) = 208+2+53=263 (34% of max value = 765). Red value is 208 (81.64% from 255 or 79.09% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 208 - color contains mainly: red. Hex color #D00235 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00235 is #2FFDCA. Grayscale: #454545. Windows color (decimal): -3145163 or 3474128. OLE color: 3474128.

HSL color Cylindrical-coordinate representation of color #D00235: hue angle of 345.15º 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 #D00235 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 2 53 -
CMYK 0 0.99 0.75 0.18
HSL 345.15º 0.98% 0.41% -
HSV(B) 345.15º 0.99% 0.82% -
XYZ 26.68 13.71 4.61 -
YUV 69.41 118.75 226.85 -
System Red Green Blue C M Y K H S L
Decimal 208 2 53 0 0.99 0.75 0.18 345.15 0.98 0.41
Hex D0 2 35 0 63 4B 12 159 62 29
Octal 320 2 65 0 143 113 22 531 142 51
Binary 11010000 10 110101 0 1100011 1001011 10010 101011001 1100010 101001

Color Harmonies of #D00235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00235

Black with #D00235

Text Example


Text Example

White with #D00235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00235; }

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

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

background-color css

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

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

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

border-color css

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

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

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