Html Css Color HEX #D00232 Crimson

📋 copy color: '#D00232'

red 208 ◦ green 2 ◦ blue 50

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

Shades of Crimson #D00232

Tints of Crimson #D00232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 80%
G = 0.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D00232 (or 0xD00232) is known color: Crimson. HEX triplet: D0, 02 and 32. RGB value is (208,2,50). Sum of RGB (Red+Green+Blue) = 208+2+50=260 (34% of max value = 765). Red value is 208 (81.64% from 255 or 80% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 208 - color contains mainly: red. Hex color #D00232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D00232 is #2FFDCD. Grayscale: #454545. Windows color (decimal): -3145166 or 3277520. OLE color: 3277520.

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

Color convert

RGB 208 2 50 -
CMYK 0 0.99 0.76 0.18
HSL 346.02º 0.98% 0.41% -
HSV(B) 346.02º 0.99% 0.82% -
XYZ 26.61 13.68 4.26 -
YUV 69.07 117.25 227.1 -
System Red Green Blue C M Y K H S L
Decimal 208 2 50 0 0.99 0.76 0.18 346.02 0.98 0.41
Hex D0 2 32 0 63 4C 12 15A 62 29
Octal 320 2 62 0 143 114 22 532 142 51
Binary 11010000 10 110010 0 1100011 1001100 10010 101011010 1100010 101001

Color Harmonies of #D00232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00232

Black with #D00232

Text Example


Text Example

White with #D00232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00232; }

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

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

background-color css

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

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

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

border-color css

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

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

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