Html Css Color HEX #D0133C Crimson

📋 copy color: '#D0133C'

red 208 ◦ green 19 ◦ blue 60

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

Shades of Crimson #D0133C

Tints of Crimson #D0133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.62%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 72.47%
G = 6.62%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D0133C (or 0xD0133C) is known color: Crimson. HEX triplet: D0, 13 and 3C. RGB value is (208,19,60). Sum of RGB (Red+Green+Blue) = 208+19+60=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D0133C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0133C is #2FECC3. Grayscale: #505050. Windows color (decimal): -3140804 or 3937232. OLE color: 3937232.

HSL color Cylindrical-coordinate representation of color #D0133C: hue angle of 346.98º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0133C is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 60 -
CMYK 0 0.91 0.71 0.18
HSL 346.98º 0.83% 0.45% -
HSV(B) 346.98º 0.91% 0.82% -
XYZ 27.06 14.2 5.59 -
YUV 80.19 116.62 219.17 -
System Red Green Blue C M Y K H S L
Decimal 208 19 60 0 0.91 0.71 0.18 346.98 0.83 0.45
Hex D0 13 3C 0 5B 47 12 15B 53 2D
Octal 320 23 74 0 133 107 22 533 123 55
Binary 11010000 10011 111100 0 1011011 1000111 10010 101011011 1010011 101101

Color Harmonies of #D0133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0133C

Black with #D0133C

Text Example


Text Example

White with #D0133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0133C; }

 p { color: rgb(208,19,60); }

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

background-color css

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

 a { background-color: rgb(208,19,60); }

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

border-color css

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

 span { border-color: rgb(208,19,60); }

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