Html Css Color HEX #941423 Carmine

📋 copy color: '#941423'

red 148 ◦ green 20 ◦ blue 35

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

Shades of Carmine #941423

Tints of Carmine #941423

RGB

 RED value IS 148 (58.2% from 255) = 72.91%

 GREEN value IS 20 (8.2% from 255) = 9.85%

 BLUE value IS 35 (14.06% from 255) = 17.24%

R = 72.91%
G = 9.85%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#941423 (or 0x941423) is known color: Carmine. HEX triplet: 94, 14 and 23. RGB value is (148,20,35). Sum of RGB (Red+Green+Blue) = 148+20+35=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 35 (14.06% from 255 or 17.24% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #941423 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #941423 is #6BEBDC. Grayscale: #3C3C3C. Windows color (decimal): -7072733 or 2299028. OLE color: 2299028.

HSL color Cylindrical-coordinate representation of color #941423: hue angle of 352.97º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #941423 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 20 35 -
CMYK 0 0.86 0.76 0.42
HSL 352.97º 0.76% 0.33% -
HSV(B) 352.97º 0.86% 0.58% -
XYZ 12.77 6.92 2.25 -
YUV 59.98 113.91 190.78 -
System Red Green Blue C M Y K H S L
Decimal 148 20 35 0 0.86 0.76 0.42 352.97 0.76 0.33
Hex 94 14 23 0 56 4C 2A 161 4C 21
Octal 224 24 43 0 126 114 52 541 114 41
Binary 10010100 10100 100011 0 1010110 1001100 101010 101100001 1001100 100001

Color Harmonies of #941423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941423

Black with #941423

Text Example


Text Example

White with #941423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941423; }

 p { color: rgb(148,20,35); }

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

background-color css

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

 a { background-color: rgb(148,20,35); }

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

border-color css

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

 span { border-color: rgb(148,20,35); }

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