Html Css Color HEX #D0194B Crimson

📋 copy color: '#D0194B'

red 208 ◦ green 25 ◦ blue 75

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

Shades of Crimson #D0194B

Tints of Crimson #D0194B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.12%

 BLUE value IS 75 (29.69% from 255) = 24.35%

R = 67.53%
G = 8.12%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D0194B (or 0xD0194B) is known color: Crimson. HEX triplet: D0, 19 and 4B. RGB value is (208,25,75). Sum of RGB (Red+Green+Blue) = 208+25+75=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0194B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0194B is #2FE6B4. Grayscale: #555555. Windows color (decimal): -3139253 or 4921808. OLE color: 4921808.

HSL color Cylindrical-coordinate representation of color #D0194B: hue angle of 343.61º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0194B is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 75 -
CMYK 0 0.88 0.64 0.18
HSL 343.61º 0.79% 0.46% -
HSV(B) 343.61º 0.88% 0.82% -
XYZ 27.63 14.61 8.02 -
YUV 85.42 122.13 215.43 -
System Red Green Blue C M Y K H S L
Decimal 208 25 75 0 0.88 0.64 0.18 343.61 0.79 0.46
Hex D0 19 4B 0 58 40 12 158 4F 2E
Octal 320 31 113 0 130 100 22 530 117 56
Binary 11010000 11001 1001011 0 1011000 1000000 10010 101011000 1001111 101110

Color Harmonies of #D0194B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0194B

Black with #D0194B

Text Example


Text Example

White with #D0194B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0194B; }

 p { color: rgb(208,25,75); }

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

background-color css

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

 a { background-color: rgb(208,25,75); }

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

border-color css

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

 span { border-color: rgb(208,25,75); }

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