Html Css Color HEX #CF0D5E Ruby

📋 copy color: '#CF0D5E'

red 207 ◦ green 13 ◦ blue 94

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

Shades of Ruby #CF0D5E

Tints of Ruby #CF0D5E

RGB

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

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

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

R = 65.92%
G = 4.14%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF0D5E (or 0xCF0D5E) is known color: Ruby. HEX triplet: CF, 0D and 5E. RGB value is (207,13,94). Sum of RGB (Red+Green+Blue) = 207+13+94=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 13 (5.47% from 255 or 4.14% from 314); Blue value is 94 (37.11% from 255 or 29.94% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0D5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF0D5E is #30F2A1. Grayscale: #505050. Windows color (decimal): -3207842 or 6163919. OLE color: 6163919.

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

Color convert

RGB 207 13 94 -
CMYK 0 0.94 0.55 0.19
HSL 334.95º 0.88% 0.43% -
HSV(B) 334.95º 0.94% 0.81% -
XYZ 27.9 14.36 11.89 -
YUV 80.24 135.77 218.41 -
System Red Green Blue C M Y K H S L
Decimal 207 13 94 0 0.94 0.55 0.19 334.95 0.88 0.43
Hex CF D 5E 0 5E 37 13 14F 58 2B
Octal 317 15 136 0 136 67 23 517 130 53
Binary 11001111 1101 1011110 0 1011110 110111 10011 101001111 1011000 101011

Color Harmonies of #CF0D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0D5E

Black with #CF0D5E

Text Example


Text Example

White with #CF0D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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