Html Css Color HEX #CF0E5E Ruby

📋 copy color: '#CF0E5E'

red 207 ◦ green 14 ◦ blue 94

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

Shades of Ruby #CF0E5E

Tints of Ruby #CF0E5E

RGB

 RED value IS 207 (81.25% from 255) = 65.71%

 GREEN value IS 14 (5.86% from 255) = 4.44%

 BLUE value IS 94 (37.11% from 255) = 29.84%

R = 65.71%
G = 4.44%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF0E5E (or 0xCF0E5E) is known color: Ruby. HEX triplet: CF, 0E and 5E. RGB value is (207,14,94). Sum of RGB (Red+Green+Blue) = 207+14+94=315 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.71% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0E5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0E5E is #30F1A1. Grayscale: #505050. Windows color (decimal): -3207586 or 6164175. OLE color: 6164175.

HSL color Cylindrical-coordinate representation of color #CF0E5E: hue angle of 335.13º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF0E5E is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 14 94 -
CMYK 0 0.93 0.55 0.19
HSL 335.13º 0.87% 0.43% -
HSV(B) 335.13º 0.93% 0.81% -
XYZ 27.91 14.39 11.9 -
YUV 80.83 135.44 218 -
System Red Green Blue C M Y K H S L
Decimal 207 14 94 0 0.93 0.55 0.19 335.13 0.87 0.43
Hex CF E 5E 0 5D 37 13 14F 57 2B
Octal 317 16 136 0 135 67 23 517 127 53
Binary 11001111 1110 1011110 0 1011101 110111 10011 101001111 1010111 101011

Color Harmonies of #CF0E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0E5E

Black with #CF0E5E

Text Example


Text Example

White with #CF0E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0E5E; }

 p { color: rgb(207,14,94); }

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

background-color css

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

 a { background-color: rgb(207,14,94); }

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

border-color css

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

 span { border-color: rgb(207,14,94); }

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