Html Css Color HEX #CF075E Ruby

📋 copy color: '#CF075E'

red 207 ◦ green 7 ◦ blue 94

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

Shades of Ruby #CF075E

Tints of Ruby #CF075E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.27%

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

R = 67.21%
G = 2.27%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF075E (or 0xCF075E) is known color: Ruby. HEX triplet: CF, 07 and 5E. RGB value is (207,7,94). Sum of RGB (Red+Green+Blue) = 207+7+94=308 (40% of max value = 765). Red value is 207 (81.25% from 255 or 67.21% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 207 - color contains mainly: red. Hex color #CF075E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CF075E is #30F8A1. Grayscale: #4C4C4C. Windows color (decimal): -3209378 or 6162383. OLE color: 6162383.

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

Color convert

RGB 207 7 94 -
CMYK 0 0.97 0.55 0.19
HSL 333.9º 0.93% 0.42% -
HSV(B) 333.9º 0.97% 0.81% -
XYZ 27.83 14.23 11.87 -
YUV 76.72 137.76 220.93 -
System Red Green Blue C M Y K H S L
Decimal 207 7 94 0 0.97 0.55 0.19 333.9 0.93 0.42
Hex CF 7 5E 0 61 37 13 14E 5D 2A
Octal 317 7 136 0 141 67 23 516 135 52
Binary 11001111 111 1011110 0 1100001 110111 10011 101001110 1011101 101010

Color Harmonies of #CF075E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF075E

Black with #CF075E

Text Example


Text Example

White with #CF075E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF075E; }

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

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

background-color css

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

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

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

border-color css

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

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

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