Html Css Color HEX #900D25 Carmine

📋 copy color: '#900D25'

red 144 ◦ green 13 ◦ blue 37

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

Shades of Carmine #900D25

Tints of Carmine #900D25

RGB

 RED value IS 144 (56.64% from 255) = 74.23%

 GREEN value IS 13 (5.47% from 255) = 6.7%

 BLUE value IS 37 (14.84% from 255) = 19.07%

R = 74.23%
G = 6.7%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#900D25 (or 0x900D25) is known color: Carmine. HEX triplet: 90, 0D and 25. RGB value is (144,13,37). Sum of RGB (Red+Green+Blue) = 144+13+37=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 37 (14.84% from 255 or 19.07% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #900D25 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900D25 is #6FF2DA. Grayscale: #363636. Windows color (decimal): -7336667 or 2428304. OLE color: 2428304.

HSL color Cylindrical-coordinate representation of color #900D25: hue angle of 349.01º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #900D25 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 37 -
CMYK 0 0.91 0.74 0.44
HSL 349.01º 0.83% 0.31% -
HSV(B) 349.01º 0.91% 0.56% -
XYZ 11.98 6.35 2.34 -
YUV 54.91 117.9 191.55 -
System Red Green Blue C M Y K H S L
Decimal 144 13 37 0 0.91 0.74 0.44 349.01 0.83 0.31
Hex 90 D 25 0 5B 4A 2C 15D 53 1F
Octal 220 15 45 0 133 112 54 535 123 37
Binary 10010000 1101 100101 0 1011011 1001010 101100 101011101 1010011 11111

Color Harmonies of #900D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D25

Black with #900D25

Text Example


Text Example

White with #900D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900D25; }

 p { color: rgb(144,13,37); }

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

background-color css

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

 a { background-color: rgb(144,13,37); }

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

border-color css

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

 span { border-color: rgb(144,13,37); }

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