Html Css Color HEX #CE144F Ruby

📋 copy color: '#CE144F'

red 206 ◦ green 20 ◦ blue 79

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

Shades of Ruby #CE144F

Tints of Ruby #CE144F

RGB

 RED value IS 206 (80.86% from 255) = 67.54%

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

 BLUE value IS 79 (31.25% from 255) = 25.9%

R = 67.54%
G = 6.56%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#CE144F (or 0xCE144F) is known color: Ruby. HEX triplet: CE, 14 and 4F. RGB value is (206,20,79). Sum of RGB (Red+Green+Blue) = 206+20+79=305 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.54% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 206 - color contains mainly: red. Hex color #CE144F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CE144F is #31EBB0. Grayscale: #525252. Windows color (decimal): -3271601 or 5182670. OLE color: 5182670.

HSL color Cylindrical-coordinate representation of color #CE144F: hue angle of 340.97º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CE144F is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 20 79 -
CMYK 0 0.90 0.62 0.19
HSL 340.97º 0.82% 0.44% -
HSV(B) 340.97º 0.9% 0.81% -
XYZ 27.12 14.19 8.71 -
YUV 82.34 126.12 216.2 -
System Red Green Blue C M Y K H S L
Decimal 206 20 79 0 0.90 0.62 0.19 340.97 0.82 0.44
Hex CE 14 4F 0 5A 3E 13 155 52 2C
Octal 316 24 117 0 132 76 23 525 122 54
Binary 11001110 10100 1001111 0 1011010 111110 10011 101010101 1010010 101100

Color Harmonies of #CE144F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE144F

Black with #CE144F

Text Example


Text Example

White with #CE144F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE144F; }

 p { color: rgb(206,20,79); }

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

background-color css

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

 a { background-color: rgb(206,20,79); }

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

border-color css

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

 span { border-color: rgb(206,20,79); }

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